update to zig 0.12

This commit is contained in:
Mitchell Hashimoto
2024-04-21 10:22:52 -07:00
parent 57bf0b08ff
commit b557542afb
2 changed files with 4 additions and 4 deletions

6
flake.lock generated
View File

@ -194,11 +194,11 @@
]
},
"locked": {
"lastModified": 1713476117,
"narHash": "sha256-97U178Ob/D+EYiGMg/ne7je292ZLCghclhXiPfIfpdQ=",
"lastModified": 1713659103,
"narHash": "sha256-WgWH0HPGsxd7Ov5M4Ug7qjmxbTeG8517xO6hY3198tU=",
"owner": "mitchellh",
"repo": "zig-overlay",
"rev": "8f336c6f54b57492ac1d8a7385a79fefac84b7dc",
"rev": "a13735003a235a2e4e202b47277129f99bfc9294",
"type": "github"
},
"original": {

View File

@ -48,7 +48,7 @@
inherit (pkgs-unstable) tracy;
inherit (zls.packages.${system}) zls;
zig = zig.packages.${system}.master;
zig = zig.packages.${system}."0.12.0";
wraptest = pkgs-stable.callPackage ./nix/wraptest.nix {};
};