diff --git a/flake.nix b/flake.nix index 59994ae..9fd86c3 100644 --- a/flake.nix +++ b/flake.nix @@ -115,7 +115,9 @@ }; }; in { + # Helper to install R with system dependencies if required lib = {inherit mkR;}; + # For imports in other flakes overlays.default = overlay;