Skip to content

Commit

Permalink
Merge branch 'develop' into feat/#59-lua
Browse files Browse the repository at this point in the history
  • Loading branch information
comavius authored Dec 7, 2024
2 parents c7a5a73 + 5416ee2 commit 88dd2f8
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 @@ -11,6 +11,7 @@
unison = import ./unison {inherit pkgs;};
zsh = import ./zsh {inherit pkgs;};
lua = import ./lua {inherit pkgs;};
r = import ./r {inherit pkgs;};
in {
all = [
python.python311
Expand All @@ -27,5 +28,6 @@ in {
unison
zsh
lua
r
];
}
5 changes: 5 additions & 0 deletions exec-container/interpreters/r/default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{pkgs}:
pkgs.toj-utils.simple-bin {
package = pkgs.R;
bin-name = "R";
}

0 comments on commit 88dd2f8

Please sign in to comment.