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 {
inherit pkgs;
packages = builtins.attrValues pkgs.extraRPackages;
packages = builtins.attrValues pkgs.franPackages;
};
in {
test-script = pkgs.runCommand "test-script" {} ''