* My grep skills are lacking.

svn path=/nixos/trunk/; revision=30335
This commit is contained in:
Eelco Dolstra 2011-11-08 16:39:13 +00:00
parent 51a5b775a6
commit dd28c62879
2 changed files with 5 additions and 6 deletions

@ -36,7 +36,6 @@ in
# Profiles of this basic installation CD.
../../profiles/all-hardware.nix
../../profiles/base.nix
# ../../profiles/minimal.nix # should include this, but then the graphical CD will also get it.
../../profiles/installation-device.nix
];

@ -4,8 +4,8 @@
{ config, pkgs, ... }:
{
require = [
./installation-cd-base.nix
require =
[ ./installation-cd-base.nix
../../profiles/minimal.nix
];
}