disable debug stripping

This commit is contained in:
Charlotte 🦝 Delenk 2022-09-24 09:03:44 +01:00
parent 717bb0900e
commit c772008ceb
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -17,6 +17,7 @@ in rec {
patches = [ patches = [
./akkoma.patch ./akkoma.patch
]; ];
stripDebug = false;
mixNixDeps = import ./mix.nix { mixNixDeps = import ./mix.nix {
inherit beamPackages lib; inherit beamPackages lib;