diff options
| author | lassulus <lass@lassul.us> | 2017-04-30 20:04:06 +0200 |
|---|---|---|
| committer | lassulus <lass@lassul.us> | 2017-04-30 20:04:06 +0200 |
| commit | b528ace23e6540ae9039c95289fe47bd8995756f (patch) | |
| tree | fcf994837d2629cbc3d0aea0ef899be29f1ea8c2 | |
| parent | 4cc5b5c1049d70c4829776743b8960c0399d2b07 (diff) | |
l 2 git: announce the_playlist
| -rw-r--r-- | lass/2configs/git.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lass/2configs/git.nix b/lass/2configs/git.nix index be08d0ec1..72866c067 100644 --- a/lass/2configs/git.nix +++ b/lass/2configs/git.nix @@ -34,11 +34,11 @@ let cgit.desc = "take all the computers hostage, they'll love you!"; cgit.section = "configuration"; }; - } // mapAttrs make-public-repo-silent { the_playlist = { cgit.desc = "Good Music collection + tools"; cgit.section = "art"; }; + } // mapAttrs make-public-repo-silent { }; restricted-repos = mapAttrs make-restricted-repo ( |
