scala_3: expose scala3-bare as attribute

This commit is contained in:
Jan van Brügge 2022-09-19 21:36:25 +01:00
parent 269c1f5e90
commit c012d55d9f
No known key found for this signature in database
GPG Key ID: 88E0BF7B7A546481

View File

@ -21,4 +21,4 @@ stdenv.mkDerivation {
'';
inherit (bare) meta;
}
} // { inherit bare; }