tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
brook: enable on darwin
Nikolay Korotkiy
4 years ago
46bbbbb1
fc1535cf
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
tools
networking
brook
default.nix
+1
-1
pkgs/tools/networking/brook/default.nix
···
17
17
homepage = "https://github.com/txthinking/brook";
18
18
description = "A cross-platform Proxy/VPN software";
19
19
license = with licenses; [ gpl3Only ];
20
20
-
platforms = platforms.linux;
20
20
+
platforms = platforms.unix;
21
21
maintainers = with maintainers; [ xrelkd ];
22
22
};
23
23
}