disable debug stripping
This commit is contained in:
parent
717bb0900e
commit
c772008ceb
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Reference in a new issue