Expory latestVersion

This commit is contained in:
Bouke van der Bijl 2022-12-20 15:13:29 +01:00
parent b2afa2da8c
commit 6714bd2d25

View File

@ -17,5 +17,8 @@
overlay = (self: super: { overlay = (self: super: {
wrapArduinoCLI = self.callPackage ./wrap-arduino-cli.nix { }; wrapArduinoCLI = self.callPackage ./wrap-arduino-cli.nix { };
}); });
# Expose helper to select package
latestVersion = (import ./lib.nix { lib = null; }).latestVersion;
}; };
} }