Skip to content

Commit 9e2138b

Browse files
committed
Try on macOS
1 parent 70a6614 commit 9e2138b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/nix/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
let
1919
inherit (lib) fileset;
20-
enableSentry = stdenv.hostPlatform.isLinux && !stdenv.hostPlatform.isStatic;
20+
enableSentry = !stdenv.hostPlatform.isStatic;
2121
in
2222

2323
mkMesonExecutable (finalAttrs: {

0 commit comments

Comments
 (0)