mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
* 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 import ../lib/qemu-flags.nix;
|
||||
@ -9,7 +9,7 @@ let
|
||||
# instrumentation.
|
||||
iso =
|
||||
(import ../lib/eval-config.nix {
|
||||
inherit nixpkgs system;
|
||||
inherit system;
|
||||
modules =
|
||||
[ ../modules/installer/cd-dvd/installation-cd-graphical.nix
|
||||
../modules/testing/test-instrumentation.nix
|
||||
|
Loading…
Reference in New Issue
Block a user