Compare commits

...

2 commits

Author SHA1 Message Date
FalsePattern
9010611edc
Merge 23af4428c3 into 11ba419356 2025-01-26 02:43:37 +00:00
FalsePattern
23af4428c3
add /usr/bin/env fix from nixpkgs 2025-01-26 03:43:29 +01:00

View file

@ -24,6 +24,8 @@
[ -d docs ] && cp -r docs/* $out/doc
[ -d doc ] && cp -r doc/* $out/doc
cp -r lib/* $out/lib
substituteInPlace $out/lib/std/zig/system.zig \
--replace "/usr/bin/env" "${pkgs.lib.getExe' pkgs.coreutils "env"}"
cp zig $out/bin/zig
'';
};