tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
pkgs charybdis: change platforms to linux only
lassulus
11 years ago
73e164f5
6af3e25b
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
servers
irc
charybdis
default.nix
+1
-1
pkgs/servers/irc/charybdis/default.nix
···
27
27
homepage = https://github.com/atheme/charybdis;
28
28
license = stdenv.lib.licenses.gpl2;
29
29
maintainers = [ stdenv.lib.maintainers.lassulus ];
30
30
-
platforms = stdenv.lib.platforms.all;
30
30
+
platforms = stdenv.lib.platforms.linux;
31
31
};
32
32
33
33