Move shells to separate files
This commit is contained in:
parent
7d60967e74
commit
fbe31586f9
10 changed files with 211 additions and 205 deletions
8
shells/dodona-judge-r.nix
Normal file
8
shells/dodona-judge-r.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ pkgs, ... }: pkgs.devshell.mkShell {
|
||||
name = "R judge";
|
||||
packages = [
|
||||
(pkgs.rWrapper.override {
|
||||
packages = with pkgs.rPackages; [ base64enc dplyr dslabs jsonlite knitr lintr R6 rlang styler ];
|
||||
})
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue