From 536a41171b70dd3ef2c064d11705d11ee86f3269 Mon Sep 17 00:00:00 2001 From: Philippe Grégoire Date: Fri, 18 May 2018 09:53:04 -0400 Subject: Remove all references to absent nixos-prepare-root Fixes the broken 0f5d5970b28c9d85e7166f85ecfa3f86064d3f25 commit. --- nixos/modules/installer/tools/tools.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos') diff --git a/nixos/modules/installer/tools/tools.nix b/nixos/modules/installer/tools/tools.nix index beac9e29d59cf..42b00b2025d83 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; }; }; -- cgit 1.4.1