This commit is contained in:
parent
34a0473766
commit
d75d8cbfb6
1 changed files with 4 additions and 0 deletions
|
@ -24,6 +24,10 @@ pkgs.writeShellApplication {
|
|||
|
||||
echo "$pass1" | tr -d "\n" > /tmp/secret.key
|
||||
|
||||
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."
|
||||
read -r
|
||||
|
||||
nix-shell --packages git --run "sudo nix run \
|
||||
--extra-experimental-features nix-command \
|
||||
--extra-experimental-features flakes \
|
||||
|
|
Loading…
Add table
Reference in a new issue