From 416a1879f187221e627085f2e48ca57e78c35672 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Oliveira?= Date: Wed, 30 Jul 2025 22:43:49 +0100 Subject: [PATCH] unixtools: add version to packages --- pkgs/top-level/unixtools.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/top-level/unixtools.nix b/pkgs/top-level/unixtools.nix index 21c2ede1794e..f0ed6b55dd36 100644 --- a/pkgs/top-level/unixtools.nix +++ b/pkgs/top-level/unixtools.nix @@ -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);