Expory latestVersion
This commit is contained in:
parent
b2afa2da8c
commit
6714bd2d25
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user