diff --git a/flake.nix b/flake.nix index e6287cf..59994ae 100644 --- a/flake.nix +++ b/flake.nix @@ -115,6 +115,7 @@ }; }; in { + lib = {inherit mkR;}; # For imports in other flakes overlays.default = overlay;