1
0
Fork 0
mirror of https://github.com/zigzap/zap.git synced 2025-10-20 15:14:08 +00:00

prepare nix flake for zig 0.12.0

This commit is contained in:
Rene Schallner 2024-04-21 14:24:36 +02:00
parent 540c2043fb
commit 4c7e4f4f02

View file

@ -44,7 +44,7 @@
devShells.default = pkgs.mkShell {
nativeBuildInputs = with pkgs; [
# neovim-nightly-pkgs.neovim
zigpkgs."0.11.0"
zigpkgs."0.12.0"
bat
wrk
python310
@ -89,7 +89,7 @@
devShells.build = pkgs.mkShell {
nativeBuildInputs = with pkgs; [
zigpkgs."0.11.0"
zigpkgs."0.12.0"
pkgs.openssl
];