mirror of
https://github.com/dwinkler1/fran.git
synced 2026-07-07 11:08:22 -04:00
Change R packages reference in flake.nix
This commit is contained in:
parent
da09626e4d
commit
161328eeda
1 changed files with 1 additions and 1 deletions
|
|
@ -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" {} ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue