Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/nix/
Date: Sun, 07 May 2017 13:10:45
Message-Id: 1494162629.270084e3a13e4f8c76a24760f8dba44be5659aee.mgorny@gentoo
1 commit: 270084e3a13e4f8c76a24760f8dba44be5659aee
2 Author: kballou <kballou <AT> devnulllabs <DOT> io>
3 AuthorDate: Tue Apr 25 17:13:54 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun May 7 13:10:29 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=270084e3
7
8 sys-apps/nix: Fix small grammar issues in doc contents
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 sys-apps/nix/nix-1.11.9.ebuild | 14 +++++++-------
13 1 file changed, 7 insertions(+), 7 deletions(-)
14
15 diff --git a/sys-apps/nix/nix-1.11.9.ebuild b/sys-apps/nix/nix-1.11.9.ebuild
16 index 448c3372ce5..c19c57bbdf8 100644
17 --- a/sys-apps/nix/nix-1.11.9.ebuild
18 +++ b/sys-apps/nix/nix-1.11.9.ebuild
19 @@ -51,12 +51,12 @@ DOC_CONTENTS=" Quick start user guide on Gentoo:
20 [as root] enable nix-daemon service:
21 [systemd] # systemctl enable nix-daemon
22 [openrc] # rc-update add nix-daemon
23 -[as an user] relogin to get environment and profile update
24 -[as an user] fetch nixpkgs update:
25 +[as a user] relogin to get environment and profile update
26 +[as a user] fetch nixpkgs update:
27 \$ nix-channel --update
28 -[as an user] install nix packages:
29 +[as a user] install nix packages:
30 \$ nix-env -i mc
31 -[as an user] configure environment:
32 +[as a user] configure environment:
33 Somewhere in .bash_profile you might want to set
34 LOCALE_ARCHIVE=\$HOME/.nix-profile/lib/locale/locale-archive
35 but please read https://github.com/NixOS/nixpkgs/issues/21820
36 @@ -70,7 +70,7 @@ pkg_setup() {
37 for i in {1..10}; do
38 # we list 'nixbld' twice to
39 # both assign a primary group for user
40 - # and add an user to /etc/group
41 + # and add a user to /etc/group
42 enewuser nixbld${i} -1 -1 /var/empty nixbld,nixbld
43 done
44 }
45 @@ -101,8 +101,8 @@ src_install() {
46
47 readme.gentoo_create_doc
48
49 - # here we an eager variant of something that
50 - # is lazily done by nix-daemo and root nix-env
51 + # here we use an eager variant of something that
52 + # is lazily done by nix-daemon and root nix-env
53
54 # TODO: will need a tweak for prefix
55 keepdir /nix/store