figsoda
2023-07-14 10:16:41 -04:00
parent 7f792be99d
commit 8f4874ca39
4 changed files with 22 additions and 25 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ rec {
# binaries. The lib.rmeta object inside the ar archive should contain an
# .rmeta section, but it is removed. Luckily, this doesn't appear to be an
# issue for Rust builds produced by Nix.
dontStrip = stdenv.isDarwin;
dontStrip = true;
setupHooks = ./setup-hook.sh;
};