Remove development dependencies

This commit is contained in:
coolneng 2021-05-03 23:22:16 +02:00
parent 36eb73b458
commit 1b6e2d13ea
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 2 additions and 10 deletions

View File

@ -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
];
} }