unixtools: Add version to packages (#429688)

This commit is contained in:
Aleksana 2025-08-01 11:14:06 +08:00 committed by GitHub
commit 2fbfd008c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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);