flow-editor: pin to zig 0.13

This commit is contained in:
Tristan Ross
2025-03-06 01:36:51 -08:00
parent ed7c190d98
commit 1cc776321f
+5 -1
View File
@@ -17,7 +17,11 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-D1pFP5tw323UJgWvLvh2sTiZG1hq5DP0FakdXEISRxs=";
};
postPatch = ''
ln -s ${callPackage ./build.zig.zon.nix { }} $ZIG_GLOBAL_CACHE_DIR/p
ln -s ${
callPackage ./build.zig.zon.nix {
zig = zig_0_13;
}
} $ZIG_GLOBAL_CACHE_DIR/p
'';
nativeBuildInputs = [