unixtools: add version to packages

This commit is contained in:
André Oliveira 2025-07-30 22:43:49 +01:00
parent aa855cb1a2
commit 416a1879f1

View File

@ -44,6 +44,7 @@ let
};
passthru = {
inherit provider;
inherit (provider) version;
}
// lib.optionalAttrs (builtins.hasAttr "binlore" providers) {
binlore.out = (binlore.synthesize (getBin bins.${cmd}) providers.binlore);