mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
correctly fix 313fa2ebc6
This commit is contained in:
parent
78be7f5a53
commit
82af770fa6
@ -108,7 +108,7 @@ let
|
||||
$machine->waitUntilSucceeds("cat /proc/swaps | grep -q /dev");
|
||||
|
||||
# Check whether the channel works.
|
||||
$machine->succeed("nix-env -iA coreutils >&2");
|
||||
$machine->succeed("nix-env -iA nixos.coreutils >&2");
|
||||
$machine->succeed("type -tP ls | tee /dev/stderr") =~ /.nix-profile/
|
||||
or die "nix-env failed";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user