From 85ec6a6a4486699954e26e576fb434625a9fa4e6 Mon Sep 17 00:00:00 2001 From: Timothy Allen Date: Fri, 1 Jul 2016 13:18:21 +1000 Subject: [PATCH] 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. --- nix.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix.spec.in b/nix.spec.in index dff8efbd..3b6bfcdd 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