diff options
| author | Alexandre Esteves <2335822+alexfmpe@users.noreply.github.com> | 2020-08-26 13:19:51 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-26 13:19:51 +0100 |
| commit | a6f47f87f15984b17de93f8722a57a424b020b37 (patch) | |
| tree | 45d9e71ff94adba95be56013263261f623a987db /pkgs/darwin-installer/default.nix | |
| parent | d5f26b4c0cbfc58937cc8660b4e6c74fdcbb8972 (diff) | |
Fix typo
Diffstat (limited to 'pkgs/darwin-installer/default.nix')
| -rw-r--r-- | pkgs/darwin-installer/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/darwin-installer/default.nix b/pkgs/darwin-installer/default.nix index 8b05d2a..5d7b97d 100644 --- a/pkgs/darwin-installer/default.nix +++ b/pkgs/darwin-installer/default.nix @@ -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" |
