🚀 add agenix overlay

nixos
Moritz Böhme 2022-04-30 13:09:00 +02:00
parent f9edbf2dc3
commit f43c035a05
Signed by: moritz
GPG Key ID: 970C6E89EB0547A9
2 changed files with 2 additions and 1 deletions

View File

@ -126,7 +126,7 @@
nixpkgs-fmt nixpkgs-fmt
statix statix
# Secrets # Secrets
agenix.defaultPackage.x86_64-linux agenix
# chachix # chachix
cachix cachix
]; ];

View File

@ -3,6 +3,7 @@
final: prev: { final: prev: {
python-dev = import ./python.nix final prev; python-dev = import ./python.nix final prev;
nixpkgs-review = inputs.nixpkgs-review-checks.defaultPackage."${prev.system}"; nixpkgs-review = inputs.nixpkgs-review-checks.defaultPackage."${prev.system}";
agenix = inputs.agenix.defaultPackage."${prev.system}";
master = import inputs.master { master = import inputs.master {
inherit (prev) system; inherit (prev) system;
config.allowUnfree = true; config.allowUnfree = true;