mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 05:00:16 +00:00
Fix evaluation
This commit is contained in:
parent
24e8c3ac41
commit
b8cb960a58
|
@ -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 =
|
||||
''
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
import ./make-test.nix {
|
||||
name = "simple"
|
||||
name = "simple";
|
||||
|
||||
machine = { config, pkgs, ... }: { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue