We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70a6614 commit 9e2138bCopy full SHA for 9e2138b
1 file changed
src/nix/package.nix
@@ -17,7 +17,7 @@
17
18
let
19
inherit (lib) fileset;
20
- enableSentry = stdenv.hostPlatform.isLinux && !stdenv.hostPlatform.isStatic;
+ enableSentry = !stdenv.hostPlatform.isStatic;
21
in
22
23
mkMesonExecutable (finalAttrs: {
0 commit comments