Fix evaluation

This commit is contained in:
Eelco Dolstra 2014-07-01 16:28:23 +02:00
parent 24e8c3ac41
commit b8cb960a58
2 changed files with 2 additions and 2 deletions

View file

@ -370,7 +370,7 @@ in {
# Rebuild the CD configuration with a little modification.
rebuildCD = makeTest
{ inherit iso;
name = "rebuild-CD";
name = "rebuild-cd";
nodes = { };
testScript =
''

View file

@ -1,5 +1,5 @@
import ./make-test.nix {
name = "simple"
name = "simple";
machine = { config, pkgs, ... }: { };