Skip to content

Commit

Permalink
Update cachix.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
b-rodrigues authored Apr 16, 2024
1 parent f3f34f9 commit 8b57c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cachix.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ let
inherit (pkgs) R quarto glibcLocalesUtf8 nix;
};
r_packages = builtins.attrValues {
inherit (pkgs.rPackages) tidyverse rJava data_table readxl fixest collapse rstanarm gdalcubes stars vapour quarto Rcpp terra geos devtools fledge fusen codetools jsonlite httr sys testthat knitr rmarkdown;
inherit (pkgs.rPackages) tidyverse duckdb VariantAnnotation qeML rJava data_table readxl fixest collapse rstanarm gdalcubes stars vapour quarto Rcpp terra geos devtools fledge fusen codetools jsonlite httr sys testthat knitr rmarkdown;
};
tex = (pkgs.texlive.combine {
inherit (pkgs.texlive) scheme-small;
Expand Down

0 comments on commit 8b57c8c

Please sign in to comment.