mirror of
https://github.com/dwinkler1/fran.git
synced 2026-07-07 19:18: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 {
|
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" {} ''
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue