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

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";
}
];
};