From 81797b6a4ca4159d4b857294375e76aaa313fcd2 Mon Sep 17 00:00:00 2001 From: tv Date: Fri, 19 Jun 2015 01:55:07 +0200 Subject: tv git: allow repo section naming --- modules/tv/git/default.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'modules/tv/git/default.nix') diff --git a/modules/tv/git/default.nix b/modules/tv/git/default.nix index 1a1d02449..89b72d501 100644 --- a/modules/tv/git/default.nix +++ b/modules/tv/git/default.nix @@ -117,6 +117,13 @@ in Repository description. ''; }; + section = mkOption { + type = types.nullOr types.str; + default = null; + description = '' + Repository section. + ''; + }; name = mkOption { type = types.str; description = '' -- cgit v1.2.3