unixtools: Add version to packages (#429688)

This commit is contained in:
Aleksana
2025-08-01 11:14:06 +08:00
committed by GitHub

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