Compare commits

..

3 commits

Author SHA1 Message Date
github-actions[bot]
80a7aa8e6d [create-pull-request] automated change 2026-06-14 07:25:13 +00:00
github-actions[bot]
430bc57907 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-14 07:25:12 +00:00
30ab141871
Update README.md 2026-06-13 18:05:02 +10:00

View file

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