* My grep skills are lacking.
svn path=/nixos/trunk/; revision=30335
This commit is contained in:
parent
51a5b775a6
commit
dd28c62879
|
@ -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
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue