mkR is working

This commit is contained in:
Daniel Winkler 2025-09-12 20:45:36 +10:00
commit 74a00a79c9

View file

@ -115,7 +115,9 @@
}; };
}; };
in { in {
# Helper to install R with system dependencies if required
lib = {inherit mkR;}; lib = {inherit mkR;};
# For imports in other flakes # For imports in other flakes
overlays.default = overlay; overlays.default = overlay;