1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-10 14:50:40 +02:00

feat: update agenix rekey

This commit is contained in:
oddlama 2024-02-27 13:32:27 +01:00
parent eaec619126
commit e2d3e4826f
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
2 changed files with 9 additions and 4 deletions

6
flake.lock generated
View file

@ -53,11 +53,11 @@
"pre-commit-hooks": "pre-commit-hooks"
},
"locked": {
"lastModified": 1705278709,
"narHash": "sha256-CNJSc6tp12UZKAprviztJ509yAblteK4GiWwKewWEPQ=",
"lastModified": 1708966623,
"narHash": "sha256-ClfhWvju5sJpt2l9FKCcHtyNnVtLBRjMNie066GLgyM=",
"owner": "oddlama",
"repo": "agenix-rekey",
"rev": "e02a57e08224422934974f19853d4d70ed7eaaaa",
"rev": "ac73aac46bc4a9474496ce3e68ed05f0c2a340ce",
"type": "github"
},
"original": {

View file

@ -257,7 +257,7 @@
}
{
package = pkgs.nix-output-monitor;
help = "Nix Output Monitor (a drop alternative for `nix` which shows a build graph)";
help = "Nix Output Monitor (a drop-in alternative for `nix` which shows a build graph)";
}
{
package = pkgs.writeShellApplication {
@ -285,6 +285,11 @@
extra-builtins-file = ${self.outPath}/nix/extra-builtins.nix
'';
}
{
# Always add files to git after agenix rekey and agenix generate.
name = "AGENIX_REKEY_ADD_TO_GIT";
value = "true";
}
];
};