mirror of
https://github.com/LnL7/nix-darwin.git
synced 2024-11-13 04:56:53 +03:00
Fix typo
This commit is contained in:
parent
d5f26b4c0c
commit
a6f47f87f1
@ -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 New Issue
Block a user