From 6714bd2d253ed70d1a09c27d880b653555516da9 Mon Sep 17 00:00:00 2001 From: Bouke van der Bijl Date: Tue, 20 Dec 2022 15:13:29 +0100 Subject: [PATCH] Expory latestVersion --- flake.nix | 3 +++ 1 file changed, 3 insertions(+) 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; }; }