Skip to content

Commit

Permalink
Merge pull request #165 from traP-jp/feat/#99-haxe
Browse files Browse the repository at this point in the history
✨ haxe
  • Loading branch information
comavius authored Dec 7, 2024
2 parents 439591d + 728b8d9 commit df66e18
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 @@ -4,12 +4,14 @@
rust = import ./rust {inherit pkgs;};
koka = import ./koka {inherit pkgs;};
cobol = import ./cobol {inherit pkgs;};
haxe = import ./haxe {inherit pkgs;};
in {
all = [
golang
brainfuck
rust
koka
cobol
haxe
];
}
5 changes: 5 additions & 0 deletions exec-container/compilers/haxe/default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{pkgs}:
pkgs.toj-utils.simple-bin {
package = pkgs.haxe;
bin-name = "haxe";
}

0 comments on commit df66e18

Please sign in to comment.