Change R packages reference in flake.nix

This commit is contained in:
Daniel Winkler 2026-06-13 09:20:42 +10:00 committed by GitHub
commit 161328eeda
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -94,7 +94,7 @@
}; };
rEnv = mkR { rEnv = mkR {
inherit pkgs; inherit pkgs;
packages = builtins.attrValues pkgs.extraRPackages; packages = builtins.attrValues pkgs.franPackages;
}; };
in { in {
test-script = pkgs.runCommand "test-script" {} '' test-script = pkgs.runCommand "test-script" {} ''