diff --git a/flake.nix b/flake.nix index 9ad00c5..18086d3 100644 --- a/flake.nix +++ b/flake.nix @@ -17,5 +17,8 @@ overlay = (self: super: { wrapArduinoCLI = self.callPackage ./wrap-arduino-cli.nix { }; }); + + # Expose helper to select package + latestVersion = (import ./lib.nix { lib = null; }).latestVersion; }; }