Fix evaluation
This commit is contained in:
parent
24e8c3ac41
commit
b8cb960a58
@ -370,7 +370,7 @@ in {
|
|||||||
# Rebuild the CD configuration with a little modification.
|
# Rebuild the CD configuration with a little modification.
|
||||||
rebuildCD = makeTest
|
rebuildCD = makeTest
|
||||||
{ inherit iso;
|
{ inherit iso;
|
||||||
name = "rebuild-CD";
|
name = "rebuild-cd";
|
||||||
nodes = { };
|
nodes = { };
|
||||||
testScript =
|
testScript =
|
||||||
''
|
''
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
import ./make-test.nix {
|
import ./make-test.nix {
|
||||||
name = "simple"
|
name = "simple";
|
||||||
|
|
||||||
machine = { config, pkgs, ... }: { };
|
machine = { config, pkgs, ... }: { };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user