tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
correctly fix 313fa2ebc69aa9b49055c6242ae6d4b78e9f0467
Domen Kožar
10 years ago
82af770f
78be7f5a
+1
-1
1 changed file
expand all
collapse all
unified
split
nixos
tests
installer.nix
+1
-1
nixos/tests/installer.nix
···
108
108
$machine->waitUntilSucceeds("cat /proc/swaps | grep -q /dev");
109
109
110
110
# Check whether the channel works.
111
111
-
$machine->succeed("nix-env -iA coreutils >&2");
111
111
+
$machine->succeed("nix-env -iA nixos.coreutils >&2");
112
112
$machine->succeed("type -tP ls | tee /dev/stderr") =~ /.nix-profile/
113
113
or die "nix-env failed";
114
114