diff options
author | sterni <sternenseemann@systemli.org> | 2022-02-27T15·54+0100 |
---|---|---|
committer | sterni <sternenseemann@systemli.org> | 2022-11-26T15·38+0000 |
commit | 3b6bdc8c72057434859f3520a8cead42cc6cfb19 (patch) | |
tree | d57e5d6651e111846643df6fb5df0a138b340c5a /users | |
parent | 41451c6dd8640dfd84c013a1dbba3ffa21128edf (diff) |
feat(sterni/external): add likely-music r/5333
This is an old project of mine, I have still deployed because a friend was interested in using it (I think they never did though). The repository can't be subtree-ed at the moment since it is AGPL and also contains some personal information I would prefer not to check into such a long-lived repository. Relicensing and subtree-ing it using a semi-elaborate josh filter would be possible in the future, but I'm not sure if it is worth it yet. This is probably good enough for now, the project also very rarely breaks on channel updates. Change-Id: I8948961406f345731d5e075e47c15901c16ca27f Reviewed-on: https://cl.tvl.fyi/c/depot/+/7290 Reviewed-by: sterni <sternenseemann@systemli.org> Tested-by: BuildkiteCI
Diffstat (limited to 'users')
-rw-r--r-- | users/sterni/external/likely-music.nix | 11 | ||||
-rw-r--r-- | users/sterni/external/sources.json | 12 |
2 files changed, 23 insertions, 0 deletions
diff --git a/users/sterni/external/likely-music.nix b/users/sterni/external/likely-music.nix new file mode 100644 index 000000000000..cfb6d120bdd9 --- /dev/null +++ b/users/sterni/external/likely-music.nix @@ -0,0 +1,11 @@ +{ depot, pkgs, ... }: + +import depot.users.sterni.external.sources.likely-music + { + inherit pkgs; + inherit (depot.third_party) napalm; + } // { + meta.ci.targets = [ + "likely-music" + ]; +} diff --git a/users/sterni/external/sources.json b/users/sterni/external/sources.json index 379e77272f7e..47197ee086ab 100644 --- a/users/sterni/external/sources.json +++ b/users/sterni/external/sources.json @@ -10,5 +10,17 @@ "type": "tarball", "url": "https://github.com/openlab-aux/flipdot-gschichtler/archive/93683a7fff04e167963b70a8906f982567646501.tar.gz", "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" + }, + "likely-music": { + "branch": "master", + "description": "experimental application for probabilistic music composition", + "homepage": "", + "owner": "sternenseemann", + "repo": "likely-music", + "rev": "769e9ae049646d436c27ed21650461cdb7f9815d", + "sha256": "0rs3ycn0rp621zisfwlsw01l4y0h5841xnc1di0mvizxsmxhl2l9", + "type": "tarball", + "url": "https://github.com/sternenseemann/likely-music/archive/769e9ae049646d436c27ed21650461cdb7f9815d.tar.gz", + "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" } } |