Comment out nixos-gui
It hasn't built in over 2 years.
This commit is contained in:
parent
7d5152964c
commit
c7171b2c8f
@ -52,6 +52,7 @@ let
|
|||||||
inherit (config.system) nixosVersion nixosCodeName;
|
inherit (config.system) nixosVersion nixosCodeName;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/*
|
||||||
nixos-gui = pkgs.xulrunnerWrapper {
|
nixos-gui = pkgs.xulrunnerWrapper {
|
||||||
launcher = "nixos-gui";
|
launcher = "nixos-gui";
|
||||||
application = pkgs.stdenv.mkDerivation {
|
application = pkgs.stdenv.mkDerivation {
|
||||||
@ -71,10 +72,12 @@ let
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
*/
|
||||||
|
|
||||||
in
|
in
|
||||||
|
|
||||||
{
|
{
|
||||||
|
/*
|
||||||
options = {
|
options = {
|
||||||
|
|
||||||
installer.enableGraphicalTools = pkgs.lib.mkOption {
|
installer.enableGraphicalTools = pkgs.lib.mkOption {
|
||||||
@ -87,6 +90,7 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
*/
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
environment.systemPackages =
|
environment.systemPackages =
|
||||||
@ -96,7 +100,7 @@ in
|
|||||||
nixos-generate-config
|
nixos-generate-config
|
||||||
nixos-option
|
nixos-option
|
||||||
nixos-version
|
nixos-version
|
||||||
] ++ pkgs.lib.optional cfg.enableGraphicalTools nixos-gui;
|
];
|
||||||
|
|
||||||
system.build = {
|
system.build = {
|
||||||
inherit nixos-install nixos-generate-config nixos-option;
|
inherit nixos-install nixos-generate-config nixos-option;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user