nix: set primary and secondary groups for nixbldN.

Sounds superfluous, but it works.
This commit is contained in:
Leah Neukirchen 2017-08-15 16:14:30 +02:00
parent ebbc2f0a2f
commit 0ba62d0e39
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'nix'
pkgname=nix
version=1.11.4
revision=4
revision=5
build_style=gnu-configure
# Use /nix/var as suggested by the official Manual.
configure_args="--localstatedir=/nix/var"
@ -17,6 +17,7 @@ system_groups="nixbld"
for f in {1..9}; do
system_accounts+=" nixbld${f}"
eval export nixbld\${f}_pgroup="nixbld"
eval export nixbld\${f}_groups="nixbld"
done
# Create required run-time directories.
make_dirs="