tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
Fix evaluation
Eelco Dolstra
11 years ago
b8cb960a
24e8c3ac
+2
-2
2 changed files
expand all
collapse all
unified
split
nixos
tests
installer.nix
simple.nix
+1
-1
nixos/tests/installer.nix
···
370
370
# Rebuild the CD configuration with a little modification.
371
371
rebuildCD = makeTest
372
372
{ inherit iso;
373
373
-
name = "rebuild-CD";
373
373
+
name = "rebuild-cd";
374
374
nodes = { };
375
375
testScript =
376
376
''
+1
-1
nixos/tests/simple.nix
···
1
1
import ./make-test.nix {
2
2
-
name = "simple"
2
2
+
name = "simple";
3
3
4
4
machine = { config, pkgs, ... }: { };
5
5