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
This commit is contained in:
Nicolas Pierron 2010-09-26 13:39:16 +00:00
parent 0a9b2f6e44
commit 567f37f3e4

View File

@ -137,7 +137,7 @@ in
]; ];
system.build = { system.build = {
inherit nixosInstall; inherit nixosInstall nixosHardwareScan nixosOption;
# expose scripts # expose scripts
inherit (installer2) nixosPrepareInstall runInChroot nixosBootstrap minimalInstallArchive; inherit (installer2) nixosPrepareInstall runInChroot nixosBootstrap minimalInstallArchive;