ly: pin to zig 0.13

This commit is contained in:
Tristan Ross
2025-03-06 01:23:21 -08:00
parent 500eb29a69
commit 1c82ff0d02

View File

@@ -31,7 +31,11 @@ stdenv.mkDerivation {
];
postPatch = ''
ln -s ${callPackage ./deps.nix { }} $ZIG_GLOBAL_CACHE_DIR/p
ln -s ${
callPackage ./deps.nix {
zig = zig_0_12;
}
} $ZIG_GLOBAL_CACHE_DIR/p
'';
passthru.tests = { inherit (nixosTests) ly; };