summary refs log tree commit diff
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2018-05-18 16:16:43 +0200
committerGitHub <noreply@github.com>2018-05-18 16:16:43 +0200
commite86be6919ad24ed4ecf9cc85cbee30d6939a7c29 (patch)
tree4bd964b392e06cd0707ebb75fd89d3f022f53c8b
parent364f922cbf9c30d30f8da30792825fa441ddde1e (diff)
parent536a41171b70dd3ef2c064d11705d11ee86f3269 (diff)
downloadnixlib-e86be6919ad24ed4ecf9cc85cbee30d6939a7c29.tar
nixlib-e86be6919ad24ed4ecf9cc85cbee30d6939a7c29.tar.gz
nixlib-e86be6919ad24ed4ecf9cc85cbee30d6939a7c29.tar.bz2
nixlib-e86be6919ad24ed4ecf9cc85cbee30d6939a7c29.tar.lz
nixlib-e86be6919ad24ed4ecf9cc85cbee30d6939a7c29.tar.xz
nixlib-e86be6919ad24ed4ecf9cc85cbee30d6939a7c29.tar.zst
nixlib-e86be6919ad24ed4ecf9cc85cbee30d6939a7c29.zip
Merge pull request #40723 from uqam-fob/master
Remove all references to absent nixos-prepare-root
-rw-r--r--nixos/modules/installer/tools/tools.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/installer/tools/tools.nix b/nixos/modules/installer/tools/tools.nix
index beac9e29d59c..42b00b2025d8 100644
--- a/nixos/modules/installer/tools/tools.nix
+++ b/nixos/modules/installer/tools/tools.nix
@@ -76,7 +76,7 @@ in
       ];
 
     system.build = {
-      inherit nixos-install nixos-prepare-root nixos-generate-config nixos-option nixos-rebuild nixos-enter;
+      inherit nixos-install nixos-generate-config nixos-option nixos-rebuild nixos-enter;
     };
 
   };