From 74a00a79c93dae1ea0370b1d9d24842f61e12088 Mon Sep 17 00:00:00 2001 From: Daniel Winkler Date: Fri, 12 Sep 2025 20:45:36 +1000 Subject: [PATCH] mkR is working --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) 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;