From 567f37f3e45a45a02e262cc8a6fdeaa746fd0533 Mon Sep 17 00:00:00 2001 From: Nicolas Pierron Date: Sun, 26 Sep 2010 13:39:16 +0000 Subject: [PATCH] Export tools which may be useful for users that want to switch to NixOS without using a live CD. svn path=/nixos/trunk/; revision=23939 --- modules/installer/tools/tools.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/installer/tools/tools.nix b/modules/installer/tools/tools.nix index 4b0a186d6c4..cb4c52f31ef 100644 --- a/modules/installer/tools/tools.nix +++ b/modules/installer/tools/tools.nix @@ -137,7 +137,7 @@ in ]; system.build = { - inherit nixosInstall; + inherit nixosInstall nixosHardwareScan nixosOption; # expose scripts inherit (installer2) nixosPrepareInstall runInChroot nixosBootstrap minimalInstallArchive;