summary refs log tree commit diff
path: root/nixos/tests/installer.nix
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2018-02-07 19:32:41 +0100
committerEelco Dolstra <edolstra@gmail.com>2018-02-07 19:32:41 +0100
commitf64a4af32864ade24784718d64d8cbdc7fc18fcd (patch)
tree66da5f7221eea46e6b66c1e6f423b180ace9dd09 /nixos/tests/installer.nix
parente76849dca216654bed475366147636d1e5cb46ff (diff)
downloadnixpkgs-f64a4af32864ade24784718d64d8cbdc7fc18fcd.tar
nixpkgs-f64a4af32864ade24784718d64d8cbdc7fc18fcd.tar.gz
nixpkgs-f64a4af32864ade24784718d64d8cbdc7fc18fcd.tar.bz2
nixpkgs-f64a4af32864ade24784718d64d8cbdc7fc18fcd.tar.lz
nixpkgs-f64a4af32864ade24784718d64d8cbdc7fc18fcd.tar.xz
nixpkgs-f64a4af32864ade24784718d64d8cbdc7fc18fcd.tar.zst
nixpkgs-f64a4af32864ade24784718d64d8cbdc7fc18fcd.zip
Fix comments
Diffstat (limited to 'nixos/tests/installer.nix')
-rw-r--r--nixos/tests/installer.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/nixos/tests/installer.nix b/nixos/tests/installer.nix
index 637cbb45709..c2b573dd1c3 100644
--- a/nixos/tests/installer.nix
+++ b/nixos/tests/installer.nix
@@ -145,7 +145,7 @@ let
       # Check that the daemon works, and that non-root users can run builds (this will build a new profile generation through the daemon)
       $machine->succeed("su alice -l -c 'nix-env -iA nixos.procps' >&2");
 
-      # We need to a writable nix-store on next boot.
+      # We need a writable Nix store on next boot.
       $machine->copyFileFromHost(
           "${ makeConfig { inherit bootLoader grubVersion grubDevice grubIdentifier grubUseEfi extraConfig; forceGrubReinstallCount = 1; } }",
           "/etc/nixos/configuration.nix");
@@ -195,8 +195,7 @@ let
       };
       nodes = {
 
-        # The configuration of the machine used to run "nixos-install". It
-        # also has a web server that simulates cache.nixos.org.
+        # The configuration of the machine used to run "nixos-install".
         machine =
           { config, lib, pkgs, ... }: