nix: add ninja to zig-bootstrap

This commit is contained in:
joachimschmidt557 2023-11-11 23:12:11 +01:00
parent e32c5a78a7
commit 87ced38d84
No known key found for this signature in database
GPG key ID: E0B575BE2884ACC5

View file

@ -2,6 +2,7 @@
pkgs.mkShell {
buildInputs = with pkgs; [
ninja
cmake
python3
zlib