3
0
Fork 0
forked from mirrors/nixpkgs

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 = {
inherit nixosInstall;
inherit nixosInstall nixosHardwareScan nixosOption;
# expose scripts
inherit (installer2) nixosPrepareInstall runInChroot nixosBootstrap minimalInstallArchive;