get agenix package from flake
This commit is contained in:
parent
02430a46ea
commit
315e03edff
2 changed files with 1 additions and 16 deletions
|
|
@ -34,7 +34,7 @@
|
|||
packageOverrides = pkgs:
|
||||
let sources = import ./npins;
|
||||
in {
|
||||
agenix = (import sources.agenix { inherit pkgs; }).agenix;
|
||||
agenix = agenix.packages.x86_64-linux.default; # TODO: This should check the host architecture
|
||||
nur = (import sources.nur { inherit pkgs; });
|
||||
vscode-extensions = (import sources.nix-vscode-extensions).extensions.x86_64-linux; # TODO: This should check the host architecture
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue