Skip to content

Commit

Permalink
Merge pull request #173 from traP-jp/feat/#84-raku-lang
Browse files Browse the repository at this point in the history
✨ raku(rakudo) compiler
  • Loading branch information
comavius authored Dec 13, 2024
2 parents f593699 + a8b7e39 commit 210ab3c
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 @@ -7,6 +7,7 @@
mercury = import ./mercury {inherit pkgs;};
cobol = import ./cobol {inherit pkgs;};
haxe = import ./haxe {inherit pkgs;};
raku = import ./raku {pkgs = allpkgs.release2411;};
in {
all = [
golang
Expand All @@ -16,5 +17,6 @@ in {
mercury
cobol
haxe
raku
];
}
5 changes: 5 additions & 0 deletions exec-container/compilers/raku/default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{pkgs}:
pkgs.toj-utils.simple-bin {
package = pkgs.rakudo;
bin-name = "raku";
}

0 comments on commit 210ab3c

Please sign in to comment.