This commit is contained in:
FalsePattern 2025-01-21 00:54:42 +00:00 committed by GitHub
commit 483fe1cb63
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,6 +24,8 @@
[ -d docs ] && cp -r docs/* $out/doc [ -d docs ] && cp -r docs/* $out/doc
[ -d doc ] && cp -r doc/* $out/doc [ -d doc ] && cp -r doc/* $out/doc
cp -r lib/* $out/lib 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 cp zig $out/bin/zig
''; '';
}; };