This commit is contained in:
FalsePattern 2025-02-02 16:02:13 +00:00 committed by GitHub
commit a3c646c91a
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
''; '';
}; };