diff --git a/flake.nix b/flake.nix index 9baa63bd6..563a46d65 100644 --- a/flake.nix +++ b/flake.nix @@ -372,7 +372,7 @@ doInstallCheck = true; installCheckFlags = "sysconfdir=$(out)/etc"; - separateDebugInfo = true; + separateDebugInfo = !currentStdenv.hostPlatform.isStatic; strictDeps = true;