Skip to content

Commit 972da78

Browse files
spacecookie: enable networking on darwin
1 parent 772f418 commit 972da78

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkgs/development/haskell-modules/configuration-darwin.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ self: super:
2020
__darwinAllowLocalNetworking = true;
2121
});
2222

23+
spacecookie = super.spacecookie.overrideAttrs (_: {
24+
__darwinAllowLocalNetworking = true;
25+
});
26+
2327
streaming-commons = super.streaming-commons.overrideAttrs (_: {
2428
__darwinAllowLocalNetworking = true;
2529
});

0 commit comments

Comments
 (0)