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 | 2556ba30facff99e719b30d6f96ab5e14d51e5f0 (patch) | |
tree | 5d9fed118e24d6d19018734711277d10a89bbe64 /tv/2configs/gitrepos.nix | |
parent | 07da2c7f9bdc3c815f7a516fcc331e63059ec493 (diff) |
tv gitrepos: add X11-aeson
Diffstat (limited to 'tv/2configs/gitrepos.nix')
-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 d52a618c3..71f5e957b 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 = {}; |