get agenix package from flake

This commit is contained in:
Katherina Walshe-Grey 2024-08-22 02:19:16 +01:00
parent 6f17f67493
commit 07c4e3e8b0
2 changed files with 1 additions and 16 deletions

View file

@ -36,7 +36,7 @@
packageOverrides = pkgs:
let sources = import ./npins;
in {
agenix = (import sources.agenix { inherit pkgs; }).agenix;
agenix = agenix.packages.${config.nixpkgs.hostPlatform.system}.default;
nur = (import sources.nur { inherit pkgs; });
vscode-extensions = (import sources.nix-vscode-extensions).extensions.x86_64-linux; # TODO: This should check the host architecture
};