1
1
mirror of https://github.com/LnL7/nix-darwin.git synced 2024-11-13 04:56:53 +03:00
This commit is contained in:
Alexandre Esteves 2020-08-26 13:19:51 +01:00 committed by GitHub
parent d5f26b4c0c
commit a6f47f87f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"