tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
spacecookie: enable networking on darwin
sternenseemann
9 months ago
972da783
772f418a
+4
1 changed file
expand all
collapse all
unified
split
pkgs
development
haskell-modules
configuration-darwin.nix
+4
pkgs/development/haskell-modules/configuration-darwin.nix
···
20
__darwinAllowLocalNetworking = true;
21
});
22
0
0
0
0
23
streaming-commons = super.streaming-commons.overrideAttrs (_: {
24
__darwinAllowLocalNetworking = true;
25
});
···
20
__darwinAllowLocalNetworking = true;
21
});
22
23
+
spacecookie = super.spacecookie.overrideAttrs (_: {
24
+
__darwinAllowLocalNetworking = true;
25
+
});
26
+
27
streaming-commons = super.streaming-commons.overrideAttrs (_: {
28
__darwinAllowLocalNetworking = true;
29
});