Skip to content

Commit

Permalink
Merge pull request #166 from traP-jp/feat/#101-mercury
Browse files Browse the repository at this point in the history
✨ mercury
  • Loading branch information
comavius authored Dec 7, 2024
2 parents df66e18 + 77c44f1 commit 31d186b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions exec-container/compilers/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
brainfuck = import ./brainfuck {inherit pkgs;};
rust = import ./rust {inherit pkgs;};
koka = import ./koka {inherit pkgs;};
mercury = import ./mercury {inherit pkgs;};
cobol = import ./cobol {inherit pkgs;};
haxe = import ./haxe {inherit pkgs;};
in {
Expand All @@ -11,6 +12,7 @@ in {
brainfuck
rust
koka
mercury
cobol
haxe
];
Expand Down
5 changes: 5 additions & 0 deletions exec-container/compilers/mercury/default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{pkgs}:
pkgs.toj-utils.simple-bin {
package = pkgs.mercury;
bin-name = "mmc";
}

0 comments on commit 31d186b

Please sign in to comment.