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:
Eelco Dolstra 2016-03-01 22:03:37 +01:00
parent 00ea88220f
commit 02891a0de9

View File

@ -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/)