scala: refactor bare to passthru (#417914)

This commit is contained in:
Philip Taron
2025-06-18 10:32:32 -07:00
committed by GitHub
+2 -3
View File
@@ -32,7 +32,6 @@ stdenv.mkDerivation {
'';
inherit (bare) meta;
}
// {
inherit bare;
passthru = { inherit bare; };
}