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