diff options
| author | tv <tv@krebsco.de> | 2023-05-15 12:07:53 +0200 | 
|---|---|---|
| committer | tv <tv@krebsco.de> | 2023-05-15 12:07:53 +0200 | 
| commit | 8b4f11473eceeeb95a79a321f9c411e66cc741cd (patch) | |
| tree | 313e5c9350037d4e5ea93b43034cdd17aaee9f54 | |
| parent | a440dbfccf5dbc0a584aea9137d0c6ff00279fce (diff) | |
tv gitrepos: add nixpkgs
| -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 = { | 
