diff options
author | kballou <kballou@devnulllabs.io> | 2017-04-25 11:13:54 -0600 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-05-07 15:10:29 +0200 |
commit | 270084e3a13e4f8c76a24760f8dba44be5659aee (patch) | |
tree | 7e76b2f5560aec755a25d7690cb1aa9947469ff3 /sys-apps | |
parent | sys-kernel/rt-sources: version bump to 4.4.60_p73 and remove old (diff) | |
download | gentoo-270084e3a13e4f8c76a24760f8dba44be5659aee.tar.gz gentoo-270084e3a13e4f8c76a24760f8dba44be5659aee.tar.bz2 gentoo-270084e3a13e4f8c76a24760f8dba44be5659aee.zip |
sys-apps/nix: Fix small grammar issues in doc contents
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/nix/nix-1.11.9.ebuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sys-apps/nix/nix-1.11.9.ebuild b/sys-apps/nix/nix-1.11.9.ebuild index 448c3372ce56..c19c57bbdf85 100644 --- a/sys-apps/nix/nix-1.11.9.ebuild +++ b/sys-apps/nix/nix-1.11.9.ebuild @@ -51,12 +51,12 @@ DOC_CONTENTS=" Quick start user guide on Gentoo: [as root] enable nix-daemon service: [systemd] # systemctl enable nix-daemon [openrc] # rc-update add nix-daemon -[as an user] relogin to get environment and profile update -[as an user] fetch nixpkgs update: +[as a user] relogin to get environment and profile update +[as a user] fetch nixpkgs update: \$ nix-channel --update -[as an user] install nix packages: +[as a user] install nix packages: \$ nix-env -i mc -[as an user] configure environment: +[as a user] configure environment: Somewhere in .bash_profile you might want to set LOCALE_ARCHIVE=\$HOME/.nix-profile/lib/locale/locale-archive but please read https://github.com/NixOS/nixpkgs/issues/21820 @@ -70,7 +70,7 @@ pkg_setup() { for i in {1..10}; do # we list 'nixbld' twice to # both assign a primary group for user - # and add an user to /etc/group + # and add a user to /etc/group enewuser nixbld${i} -1 -1 /var/empty nixbld,nixbld done } @@ -101,8 +101,8 @@ src_install() { readme.gentoo_create_doc - # here we an eager variant of something that - # is lazily done by nix-daemo and root nix-env + # here we use an eager variant of something that + # is lazily done by nix-daemon and root nix-env # TODO: will need a tweak for prefix keepdir /nix/store |