We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e83ad3d + fd2b1e6 commit fe4647aCopy full SHA for fe4647a
overlay.nix
@@ -29,6 +29,8 @@ final: prev:
29
'';
30
# orig had `src` attribute, but we are using `srcs`. This trips a warning.
31
__intentionallyOverridingVersion = true;
32
+
33
+ separateDebugInfo = true;
34
});
35
36
unblob = final.callPackage ./package.nix { };
0 commit comments