diff options
author | tv <tv@krebsco.de> | 2021-02-23 21:39:00 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2021-02-23 21:53:43 +0100 |
commit | 3a3cc6b85998ba1d28383e4d252f9fec65806839 (patch) | |
tree | 5c933d357eea0185153b11cb130969e7409d34b2 /tv | |
parent | 929a3905406c9f43fb976c3fe1ae09929d72bc13 (diff) |
tv gitrepos: add X11-aeson
Diffstat (limited to 'tv')
-rw-r--r-- | tv/2configs/gitrepos.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tv/2configs/gitrepos.nix b/tv/2configs/gitrepos.nix index d52a618..71f5e95 100644 --- a/tv/2configs/gitrepos.nix +++ b/tv/2configs/gitrepos.nix @@ -115,6 +115,7 @@ let { ni = { }; } // mapAttrs (_: recursiveUpdate { cgit.section = "3. Haskell libraries"; }) { + X11-aeson = {}; blessings = {}; hack = {}; hc = {}; |