This commit is contained in:
parent
d52d3695ce
commit
972b01a393
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ pkgs.writeShellApplication {
|
||||||
echo "This will install the host configuration for '$nixos_host' to '$disk_path' using partition scheme '$partition_scheme'. All data on the disk will be lost."
|
echo "This will install the host configuration for '$nixos_host' to '$disk_path' using partition scheme '$partition_scheme'. All data on the disk will be lost."
|
||||||
echo "Press enter to proceed. Press Ctrl-C to cancel."
|
echo "Press enter to proceed. Press Ctrl-C to cancel."
|
||||||
read -r
|
read -r
|
||||||
|
echo "Starting..."
|
||||||
|
|
||||||
nix-shell --packages git --run "sudo nix run \
|
nix-shell --packages git --run "sudo nix run \
|
||||||
--extra-experimental-features nix-command \
|
--extra-experimental-features nix-command \
|
||||||
|
|
Loading…
Add table
Reference in a new issue