* And another one.
svn path=/nixos/trunk/; revision=32786
This commit is contained in:
parent
0b8e992d3d
commit
4b153f989b
@ -1,4 +1,4 @@
|
|||||||
{ pkgs, nixpkgs, system, ... }:
|
{ pkgs, system, ... }:
|
||||||
|
|
||||||
with pkgs.lib;
|
with pkgs.lib;
|
||||||
with import ../lib/qemu-flags.nix;
|
with import ../lib/qemu-flags.nix;
|
||||||
@ -9,7 +9,7 @@ let
|
|||||||
# instrumentation.
|
# instrumentation.
|
||||||
iso =
|
iso =
|
||||||
(import ../lib/eval-config.nix {
|
(import ../lib/eval-config.nix {
|
||||||
inherit nixpkgs system;
|
inherit system;
|
||||||
modules =
|
modules =
|
||||||
[ ../modules/installer/cd-dvd/installation-cd-graphical.nix
|
[ ../modules/installer/cd-dvd/installation-cd-graphical.nix
|
||||||
../modules/testing/test-instrumentation.nix
|
../modules/testing/test-instrumentation.nix
|
||||||
|
Loading…
x
Reference in New Issue
Block a user