Skip to content

Commit

Permalink
✨ unison-ucm lang
Browse files Browse the repository at this point in the history
  • Loading branch information
comavius committed Dec 6, 2024
1 parent 220f2ef commit 392f698
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions exec-container/interpreters/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
# sagemath = import ./sagemath {inherit pkgs;};
awk = import ./awk {inherit pkgs;};
whitespace = import ./whitespace {inherit pkgs;};
unison = import ./unison {inherit pkgs;};
in {
all = [
python.python311
Expand All @@ -21,5 +22,6 @@ in {
# sagemath
awk
whitespace
unison
];
}
5 changes: 5 additions & 0 deletions exec-container/interpreters/unison/default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{pkgs}:
pkgs.toj-utils.simple-bin {
package = pkgs.unison-ucm;
bin-name = "ucm";
}

0 comments on commit 392f698

Please sign in to comment.