about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--users/sterni/external/likely-music.nix11
-rw-r--r--users/sterni/external/sources.json12
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 0000000000..cfb6d120bd
--- /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 379e77272f..47197ee086 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"
     }
 }