Update shells

This commit is contained in:
Charlotte Van Petegem 2020-09-11 15:03:24 +02:00
parent a4279dea27
commit 9cd9eb7732
3 changed files with 28 additions and 16 deletions

View file

@ -1,18 +1,18 @@
let
pkgs = import <nixpkgs> { };
in
pkgs.mkShell {
buildInputs = [
(pkgs.rWrapper.override {
packages = with pkgs.rPackages; [
base64enc
dplyr
dslabs
jsonlite
knitr
R6
rlang
];
})
];
}
pkgs.mkShell {
buildInputs = [
(pkgs.rWrapper.override {
packages = with pkgs.rPackages; [
base64enc
dplyr
dslabs
jsonlite
knitr
R6
rlang
];
})
];
}