about summary refs log tree commit diff
path: root/nix.spec.in
diff options
context:
space:
mode:
authorTimothy Allen <Timothy.Allen@optiver.com.au>2016-07-01T03·18+1000
committerTimothy Allen <Timothy.Allen@optiver.com.au>2016-07-01T04·09+1000
commit85ec6a6a4486699954e26e576fb434625a9fa4e6 (patch)
tree42c66134ad7ae2de69c10de6fc8a17f38be85620 /nix.spec.in
parent74dd603495273fe8b81d8635676861792cf420e8 (diff)
nix.spec.in: Use the default build group name.
Nix expects build users to be in the "nixbld" group. You can change that in the
config file, but `nix.spec` does not ship with a config file, so we should
use the defaults.
Diffstat (limited to 'nix.spec.in')
-rw-r--r--nix.spec.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix.spec.in b/nix.spec.in
index dff8efbdcb..3b6bfcdd1b 100644
--- a/nix.spec.in
+++ b/nix.spec.in
@@ -1,5 +1,5 @@
 %global nixbld_user "nix-builder-"
-%global nixbld_group "nix-builders"
+%global nixbld_group "nixbld"
 
 Summary: The Nix software deployment system
 Name: nix