Comment out nixos-gui

It hasn't built in over 2 years.
This commit is contained in:
Eelco Dolstra 2013-10-30 18:16:30 +01:00
parent 7d5152964c
commit c7171b2c8f

View file

@ -52,6 +52,7 @@ let
inherit (config.system) nixosVersion nixosCodeName;
};
/*
nixos-gui = pkgs.xulrunnerWrapper {
launcher = "nixos-gui";
application = pkgs.stdenv.mkDerivation {
@ -71,10 +72,12 @@ let
};
};
};
*/
in
{
/*
options = {
installer.enableGraphicalTools = pkgs.lib.mkOption {
@ -87,6 +90,7 @@ in
};
};
*/
config = {
environment.systemPackages =
@ -96,7 +100,7 @@ in
nixos-generate-config
nixos-option
nixos-version
] ++ pkgs.lib.optional cfg.enableGraphicalTools nixos-gui;
];
system.build = {
inherit nixos-install nixos-generate-config nixos-option;