nix: move shells to dev-shells/ folder
This commit is contained in:
parent
35d066d97d
commit
127acf8702
11 changed files with 0 additions and 0 deletions
12
dev-shells/zig-bootstrap.nix
Normal file
12
dev-shells/zig-bootstrap.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{ pkgs }:
|
||||
|
||||
pkgs.mkShell {
|
||||
buildInputs = with pkgs; [
|
||||
ninja
|
||||
cmake
|
||||
python3
|
||||
zlib
|
||||
];
|
||||
|
||||
hardeningDisable = [ "all" ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue