Skip to content

Conversation

@kili-ilo
Copy link
Contributor

@kili-ilo kili-ilo commented Nov 4, 2021

This script uses multiple forms of the first-person POV:

  1. "We" to refer to the Nix team (
    echo "We'd love to help if you need it."
    )
  2. "We" to refer to the combination of the installation script & the user/executor (
    echo " Alright! We have our first nix at $NIX_INSTALLED_NIX"
    )
  3. "We" to refer to the installation script alone (
    2. Show you what we are going to install and where. Then we will ask
    )
  4. "I" to refer to the installation script alone (
    _textout "$RED" "Sorry, I didn't understand. I can only understand answers of y or n"
    )

Since I prefer POV 4 to POV 3, this changes all instances of POV 3 to POV 4.

This script uses multiple forms of the first-person POV:
1. "We" to refer to the Nix team (https://github.com/NixOS/nix/blob/1e7c796e66a692cd097b155bd0a60fedf20d554f/scripts/install-multi-user.sh#L72)
2. "We" to refer to the combination of the installation script & the user/executor (https://github.com/NixOS/nix/blob/1e7c796e66a692cd097b155bd0a60fedf20d554f/scripts/install-multi-user.sh#L710)
3. "We" to refer to the installation script alone (https://github.com/NixOS/nix/blob/1e7c796e66a692cd097b155bd0a60fedf20d554f/scripts/install-multi-user.sh#L602)
4. "I" to refer to the installation script alone (https://github.com/NixOS/nix/blob/1e7c796e66a692cd097b155bd0a60fedf20d554f/scripts/install-multi-user.sh#L200)

Since I prefer POV 4 to POV 3, this changes all instances of POV 3 to POV 4.
@edolstra edolstra merged commit 3f447bc into NixOS:master Nov 4, 2021
@edolstra
Copy link
Member

edolstra commented Nov 4, 2021

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants