don't strip

This commit is contained in:
Jeffrey C. Ollie 2023-10-14 23:04:32 -05:00
parent 303d5c66b6
commit d9b4e6591f
Signed by: jeff
GPG key ID: 6F86035A6D97044E

View file

@ -63,6 +63,7 @@
postPatch = ''
ln -s ${pkgs.callPackage ./deps.nix { }} $ZIG_GLOBAL_CACHE_DIR/p
'';
dontStrip = true;
};
};
}