summary refs log tree commit diff
path: root/nixos/tests/installer.nix
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2016-01-10 18:24:29 +0100
committerDomen Kožar <domen@dev.si>2016-01-10 18:24:29 +0100
commit82af770fa6d3a6aa83eaf4fc5ef3b083401921f8 (patch)
tree69d2a2fb6bd296e470998d8ddb5c109f20604c26 /nixos/tests/installer.nix
parent78be7f5a53e3945b72482a99c639f5fe8cc75fd6 (diff)
downloadnixpkgs-82af770fa6d3a6aa83eaf4fc5ef3b083401921f8.tar
nixpkgs-82af770fa6d3a6aa83eaf4fc5ef3b083401921f8.tar.gz
nixpkgs-82af770fa6d3a6aa83eaf4fc5ef3b083401921f8.tar.bz2
nixpkgs-82af770fa6d3a6aa83eaf4fc5ef3b083401921f8.tar.lz
nixpkgs-82af770fa6d3a6aa83eaf4fc5ef3b083401921f8.tar.xz
nixpkgs-82af770fa6d3a6aa83eaf4fc5ef3b083401921f8.tar.zst
nixpkgs-82af770fa6d3a6aa83eaf4fc5ef3b083401921f8.zip
correctly fix 313fa2ebc69aa9b49055c6242ae6d4b78e9f0467
Diffstat (limited to 'nixos/tests/installer.nix')
-rw-r--r--nixos/tests/installer.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/installer.nix b/nixos/tests/installer.nix
index d71ab23c71b..84fdb027ed8 100644
--- a/nixos/tests/installer.nix
+++ b/nixos/tests/installer.nix
@@ -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";