Compare commits

..

2 commits

Author SHA1 Message Date
github-actions[bot]
4a47b4b0fb [create-pull-request] automated change 2026-06-10 07:11:08 +00:00
github-actions[bot]
4e849154a6 flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:dwinkler1/rixpkgs/af2dd3f' (2026-02-17)
  → 'github:dwinkler1/rixpkgs/41517d1' (2026-06-09)
2026-06-10 07:11:07 +00:00
2 changed files with 3 additions and 3 deletions

View file

@ -59,7 +59,7 @@
in { in {
default = mkR { default = mkR {
inherit pkgs; inherit pkgs;
packages = builtins.attrValues pkgs.franPackages; packages = builtins.attrValues pkgs.extraRPackages;
}; };
franUpdate = pkgs.writeShellScriptBin "fran-update" (import ./versions pkgs); franUpdate = pkgs.writeShellScriptBin "fran-update" (import ./versions pkgs);
} }
@ -94,7 +94,7 @@
}; };
rEnv = mkR { rEnv = mkR {
inherit pkgs; inherit pkgs;
packages = builtins.attrValues pkgs.franPackages; packages = builtins.attrValues pkgs.extraRPackages;
}; };
in { in {
test-script = pkgs.runCommand "test-script" {} '' test-script = pkgs.runCommand "test-script" {} ''

View file

@ -23,7 +23,7 @@
RcppArmadillo RcppArmadillo
RcppEigen RcppEigen
; ;
inherit (final.franPackages) summclust; inherit (final.extraRPackages) summclust;
}; };
}).overrideAttrs (old: { }).overrideAttrs (old: {
passthru = (old.passthru or {}) // {juliaPackages = ["WildBootTests" "StableRNGs"];}; passthru = (old.passthru or {}) // {juliaPackages = ["WildBootTests" "StableRNGs"];};