Skip to content

Commit

Permalink
prepare nix flake for zig 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renerocksai committed Apr 21, 2024
1 parent 540c204 commit 4c7e4f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -89,7 +89,7 @@

devShells.build = pkgs.mkShell {
nativeBuildInputs = with pkgs; [
zigpkgs."0.11.0"
zigpkgs."0.12.0"
pkgs.openssl
];

Expand Down

0 comments on commit 4c7e4f4

Please sign in to comment.