Skip to content

Commit

Permalink
Merge pull request #161 from traP-jp/feat/#103-unison
Browse files Browse the repository at this point in the history
✨ unison-ucm lang
  • Loading branch information
comavius authored Dec 6, 2024
2 parents 1fd09f7 + 392f698 commit b930813
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 b930813

Please sign in to comment.