Added agenix overlay to alexandria
This commit is contained in:
parent
a07045ceab
commit
d70af11138
1 changed files with 3 additions and 1 deletions
|
|
@ -92,7 +92,9 @@
|
|||
unstable-overlay = final: prev: {
|
||||
unstable = nixpkgs.legacyPackages.x86_64-linux;
|
||||
};
|
||||
in { nixpkgs.overlays = [ unstable-overlay ]; })
|
||||
in {
|
||||
nixpkgs.overlays = [ unstable-overlay agenix.overlays.default ];
|
||||
})
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue