nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

scala_3: expose scala3-bare as attribute

+1 -1
+1 -1
pkgs/development/compilers/scala/default.nix
··· 21 21 ''; 22 22 23 23 inherit (bare) meta; 24 - } 24 + } // { inherit bare; }