diff options
author | Timothy Allen <Timothy.Allen@optiver.com.au> | 2016-07-01T03·18+1000 |
---|---|---|
committer | Timothy Allen <Timothy.Allen@optiver.com.au> | 2016-07-01T04·09+1000 |
commit | 85ec6a6a4486699954e26e576fb434625a9fa4e6 (patch) | |
tree | 42c66134ad7ae2de69c10de6fc8a17f38be85620 | |
parent | 74dd603495273fe8b81d8635676861792cf420e8 (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.
-rw-r--r-- | nix.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix.spec.in b/nix.spec.in index dff8efbdcbed..3b6bfcdd1b5a 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 |