+3
-3
nixos/doc/manual/man-nixos-install.xml
+3
-3
nixos/doc/manual/man-nixos-install.xml
······<para>If this option is provided, <command>nixos-install</command> will install the specified closurerather than attempt to build one from <filename>/mnt/etc/nixos/configuration.nix</filename>.</para>
······<para>If this option is provided, <command>nixos-install</command> will install the specified closurerather than attempt to build one from <filename>/mnt/etc/nixos/configuration.nix</filename>.</para>
+2
-1
nixos/lib/make-disk-image.nix
+2
-1
nixos/lib/make-disk-image.nix
···-nixos-install --root $root --no-bootloader --no-root-passwd --closure ${config.system.build.toplevel} --substituters ""cptofs -p ${optionalString (partitionTableType != "none") "-P ${rootPartition}"} -t ${fsType} -i $diskImage $root/* /
···cptofs -p ${optionalString (partitionTableType != "none") "-P ${rootPartition}"} -t ${fsType} -i $diskImage $root/* /
+8
-3
nixos/modules/installer/tools/nixos-install.sh
+8
-3
nixos/modules/installer/tools/nixos-install.sh
·········-channelPath="$(nix-env -p /nix/var/nix/profiles/per-user/root/channels -q nixos --no-name --out-path 2>/dev/null || echo -n "")"
·········+channelPath="$(nix-env -p /nix/var/nix/profiles/per-user/root/channels -q nixos --no-name --out-path 2>/dev/null || echo -n "")"
+5
nixos/tests/boot.nix
+5
nixos/tests/boot.nix
···