gnome: Drop installerIso from nix-env evaluation
This makes nix-env -qa depend on NixOS, which is not a good thing. @lethalman
This commit is contained in:
parent
00ea88220f
commit
02891a0de9
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ let
|
|||
defaultIconTheme = adwaita-icon-theme;
|
||||
|
||||
# ISO installer
|
||||
installerIso = callPackage ./installer.nix {};
|
||||
# installerIso = callPackage ./installer.nix {};
|
||||
|
||||
#### Core (http://ftp.acc.umu.se/pub/GNOME/core/)
|
||||
|
||||
|
|
Loading…
Reference in a new issue