Skip to content

Commit

Permalink
Merge pull request #150 from traP-jp/feat/#82-koka
Browse files Browse the repository at this point in the history
  • Loading branch information
comavius authored Nov 29, 2024
2 parents 83ff9fa + d1a95cc commit 1d8646d
Show file tree
Hide file tree
Showing 2 changed files with 6 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 @@ -2,10 +2,12 @@
golang = import ./golang {inherit pkgs;};
brainfuck = import ./brainfuck {inherit pkgs;};
rust = import ./rust {inherit pkgs;};
koka = import ./koka {inherit pkgs;};
in {
all = [
golang
brainfuck
rust
koka
];
}
4 changes: 4 additions & 0 deletions exec-container/compilers/koka/default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{pkgs}: let
mySed = pkgs.koka;
in
pkgs.writeShellScriptBin "koka" "exec ${mySed}/bin/koka $@"

0 comments on commit 1d8646d

Please sign in to comment.