Update README.md

This commit is contained in:
Daniel Winkler 2026-06-13 18:05:02 +10:00 committed by GitHub
commit 30ab141871
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 extraRPackages.fwildclusterboot];
packages = [rPackages.data_table franPackages.fwildclusterboot];
})
];
};