Compare commits

...

1 commit

Author SHA1 Message Date
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
'';
};