Compare commits

..

2 commits

Author SHA1 Message Date
github-actions[bot]
c6ab3eb3dd [create-pull-request] automated change 2026-06-13 07:00:19 +00:00
github-actions[bot]
5cec2c64f4 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-13 07:00:18 +00:00

View file

@ -27,7 +27,7 @@ Based on [the-nix-way](https://github.com/the-nix-way/dev-templates)
packages = with pkgs; [
(mkR {
inherit pkgs;
packages = [rPackages.data_table franPackages.fwildclusterboot];
packages = [rPackages.data_table extraRPackages.fwildclusterboot];
})
];
};