mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-25 21:30:52 +01:00
add agenix to shell
This commit is contained in:
parent
316acea052
commit
3ee42a6bb1
1 changed files with 2 additions and 1 deletions
|
@ -2,9 +2,10 @@ let
|
|||
inputs = import ./deps;
|
||||
pkgs = import inputs.nixpkgs { };
|
||||
nixos-anywhere = pkgs.callPackage "${inputs.nixos-anywhere}/src/default.nix" { };
|
||||
agenix = pkgs.callPackage "${inputs.agenix}/pkgs/agenix.nix" { };
|
||||
in
|
||||
pkgs.mkShell {
|
||||
nativeBuildInputs = with pkgs; [ colmena npins nixos-anywhere ];
|
||||
nativeBuildInputs = with pkgs; [ colmena npins nixos-anywhere agenix ];
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue