mirror of
https://github.com/LnL7/nix-darwin.git
synced 2024-12-14 11:57:34 +00:00
commit
cd2990c8cf
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ stdenv.mkDerivation {
|
|||
# Skip when stdin is not a tty, eg.
|
||||
# $ yes | darwin-installer
|
||||
if test -t 0; then
|
||||
read -p "Would you like edit the default configuration.nix before starting? [y/n] " i
|
||||
read -p "Would you like to edit the default configuration.nix before starting? [y/n] " i
|
||||
case "$i" in
|
||||
y|Y)
|
||||
PATH=$_PATH ''${EDITOR:-nano} "$config"
|
||||
|
|
Loading…
Reference in a new issue