try to use official zig 0.12 for nix package

This commit is contained in:
Mitchell Hashimoto
2024-04-21 10:23:47 -07:00
parent b557542afb
commit d052ada359
2 changed files with 4 additions and 4 deletions

6
flake.lock generated
View File

@ -131,11 +131,11 @@
}, },
"nixpkgs-unstable": { "nixpkgs-unstable": {
"locked": { "locked": {
"lastModified": 1688221086, "lastModified": 1713687659,
"narHash": "sha256-cdW6qUL71cNWhHCpMPOJjlw0wzSRP0pVlRn2vqX/VVg=", "narHash": "sha256-Yd8KuOBpZ0Slau/NxFhMPJI0gBxeax0vq/FD0rqKwuQ=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "cd99c2b3c9f160cd004318e0697f90bbd5960825", "rev": "f2d7a289c5a5ece8521dd082b81ac7e4a57c2c5c",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

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