mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-10 23:00:39 +02:00
feat: update agenix rekey
This commit is contained in:
parent
eaec619126
commit
e2d3e4826f
2 changed files with 9 additions and 4 deletions
6
flake.lock
generated
6
flake.lock
generated
|
@ -53,11 +53,11 @@
|
||||||
"pre-commit-hooks": "pre-commit-hooks"
|
"pre-commit-hooks": "pre-commit-hooks"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1705278709,
|
"lastModified": 1708966623,
|
||||||
"narHash": "sha256-CNJSc6tp12UZKAprviztJ509yAblteK4GiWwKewWEPQ=",
|
"narHash": "sha256-ClfhWvju5sJpt2l9FKCcHtyNnVtLBRjMNie066GLgyM=",
|
||||||
"owner": "oddlama",
|
"owner": "oddlama",
|
||||||
"repo": "agenix-rekey",
|
"repo": "agenix-rekey",
|
||||||
"rev": "e02a57e08224422934974f19853d4d70ed7eaaaa",
|
"rev": "ac73aac46bc4a9474496ce3e68ed05f0c2a340ce",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -257,7 +257,7 @@
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
package = pkgs.nix-output-monitor;
|
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 {
|
package = pkgs.writeShellApplication {
|
||||||
|
@ -285,6 +285,11 @@
|
||||||
extra-builtins-file = ${self.outPath}/nix/extra-builtins.nix
|
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";
|
||||||
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue