Remove development dependencies
This commit is contained in:
parent
36eb73b458
commit
1b6e2d13ea
12
shell.nix
12
shell.nix
|
@ -3,14 +3,6 @@
|
||||||
with pkgs;
|
with pkgs;
|
||||||
|
|
||||||
mkShell {
|
mkShell {
|
||||||
buildInputs = [
|
buildInputs =
|
||||||
R
|
[ R rPackages.immuneSIM rPackages.Biostrings rPackages.stringr jdk ];
|
||||||
rPackages.immuneSIM
|
|
||||||
rPackages.Biostrings
|
|
||||||
rPackages.stringr
|
|
||||||
jdk
|
|
||||||
# Development tools
|
|
||||||
rPackages.languageserver
|
|
||||||
rPackages.lintr
|
|
||||||
];
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue