diff options
| -rw-r--r-- | tv/2configs/gitrepos.nix | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/tv/2configs/gitrepos.nix b/tv/2configs/gitrepos.nix index eb87f26..58dffe6 100644 --- a/tv/2configs/gitrepos.nix +++ b/tv/2configs/gitrepos.nix @@ -96,6 +96,9 @@ with import ./lib;      nix-writers = {        cgit.desc = "collection of package builders";      }; +    nixpkgs = { +      cgit.desc = "Nix Packages collection"; +    };      pager = {      };      populate = { | 
