nix: update package to zig 0.13

This commit is contained in:
Mitchell Hashimoto
2024-06-23 12:05:58 -07:00
parent 2c2a830aa6
commit 5eff2d88a2
3 changed files with 2 additions and 18 deletions

View File

@@ -45,7 +45,7 @@
packages.${system} = let
mkArgs = optimize: {
inherit (pkgs-unstable) zig_0_12 lib;
inherit (pkgs-unstable) zig_0_13 lib;
inherit optimize;
revision = self.shortRev or self.dirtyShortRev or "dirty";