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 26, 2025
1 parent bd0d23d commit a6d3ce8
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
Expand Up @@ -53,9 +53,6 @@ let
testthat
vapour;
};
tex = (pkgs.texlive.combine {
inherit (pkgs.texlive) scheme-small;
});
wrapped_pkgs = pkgs.rWrapper.override {
packages = [ r_packages ];
};
Expand All @@ -69,6 +66,6 @@ let
LC_PAPER = "en_US.UTF-8";
LC_MEASUREMENT = "en_US.UTF-8";

buildInputs = [ system_packages r_packages tex wrapped_pkgs ];
buildInputs = [ system_packages r_packages wrapped_pkgs ];

}

0 comments on commit a6d3ce8

Please sign in to comment.