Update flake.nix

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

View file

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