🚀 add agenix overlay
parent
f9edbf2dc3
commit
f43c035a05
|
@ -126,7 +126,7 @@
|
||||||
nixpkgs-fmt
|
nixpkgs-fmt
|
||||||
statix
|
statix
|
||||||
# Secrets
|
# Secrets
|
||||||
agenix.defaultPackage.x86_64-linux
|
agenix
|
||||||
# chachix
|
# chachix
|
||||||
cachix
|
cachix
|
||||||
];
|
];
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue