From f2386b1644ededfd2454aa2dd1ccfc286e26e7f6 Mon Sep 17 00:00:00 2001 From: tv Date: Fri, 19 Jun 2015 21:52:30 +0200 Subject: [PATCH] mod tv git: chown nogroup explicitly --- modules/tv/git/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/tv/git/default.nix b/modules/tv/git/default.nix index 89b72d501..edaa80f41 100644 --- a/modules/tv/git/default.nix +++ b/modules/tv/git/default.nix @@ -267,7 +267,7 @@ in if ! test -d "$repodir"; then mkdir -m "$mode" "$repodir" git init --bare --template=/var/empty "$repodir" - chown -R git: "$repodir" + chown -R git:nogroup "$repodir" fi ln -s ${hooks} "$repodir/hooks" ''