diff options
-rw-r--r-- | flake.nix | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -132,6 +132,8 @@ doInstallCheck = true; installCheckFlags = "sysconfdir=$(out)/etc"; + + separateDebugInfo = true; }) // { perl-bindings = with final; releaseTools.nixBuild { |