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 Feb 28, 2025
1 parent 87e1020 commit fc597c4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions cachix.nix
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
let
pkgs = import (fetchTarball "https://github.com/rstats-on-nix/nixpkgs/archive/refs/heads/r-daily.tar.gz") {};
system_packages = builtins.attrValues {
inherit (pkgs) R quarto glibcLocalesUtf8 nix;
inherit (pkgs) R rstudio quarto glibcLocalesUtf8 nix;
};
r_packages = builtins.attrValues {
inherit (pkgs.rPackages) tidyverse networkscaleup mlpack multinma cbq rts2 OpenMx glmmrBase seqtrie pema Boom psBayesborrow duckdb VariantAnnotation FlexReg s2 qeML rJava data_table readxl fixest collapse rstanarm terra sf stars vapour quarto Rcpp gdalcubes geos devtools fledge fusen codetools jsonlite httr sys testthat knitr stringi blavaan gpboost igraph rmarkdown;
};
tex = (pkgs.texlive.combine {
inherit (pkgs.texlive) scheme-small;
});
in
pkgs.mkShell {
LOCALE_ARCHIVE = if pkgs.system == "x86_64-linux" then "${pkgs.glibcLocalesUtf8}/lib/locale/locale-archive" else "";
Expand Down

0 comments on commit fc597c4

Please sign in to comment.