feat(flake): agenix-rekey init
Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
This commit is contained in:
parent
1ffce7a93e
commit
ef2213e212
1 changed files with 6 additions and 0 deletions
|
|
@ -636,6 +636,11 @@
|
|||
pkgs,
|
||||
...
|
||||
}: {
|
||||
# agenix-rekey
|
||||
agenix-rekey = {
|
||||
agePackage = pkgs.ragenix;
|
||||
};
|
||||
|
||||
# numtide/treefmt-nix, treefmt integrated into nix
|
||||
treefmt = {
|
||||
flakeFormatter = true;
|
||||
|
|
@ -731,6 +736,7 @@
|
|||
[
|
||||
pkgs.just
|
||||
config.treefmt.build.wrapper
|
||||
config.agenix-rekey.package
|
||||
]
|
||||
++ config.pre-commit.settings.enabledPackages;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue