mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-06-08 10:09:04 +02:00
bootstrap script in shell
This commit is contained in:
parent
c697eaa7e9
commit
32e78a8423
3 changed files with 33 additions and 24 deletions
|
@ -3,9 +3,10 @@ let
|
|||
pkgs = import inputs.nixpkgs { };
|
||||
nixos-anywhere = pkgs.callPackage "${inputs.nixos-anywhere}/src/default.nix" { };
|
||||
agenix = pkgs.callPackage "${inputs.agenix}/pkgs/agenix.nix" { };
|
||||
bootstrap = import scripts/bootstrap-machine.nix;
|
||||
in
|
||||
pkgs.mkShell {
|
||||
nativeBuildInputs = with pkgs; [ colmena npins nixos-anywhere agenix ];
|
||||
nativeBuildInputs = with pkgs; [ colmena npins nixos-anywhere agenix bootstrap ];
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue