Merge pull request #178801 from stehessel/micromamba-all-platforms

micromamba: build on all platforms
main
Mario Rodas 2 years ago committed by GitHub
commit a864b44b51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      pkgs/tools/package-management/micromamba/default.nix

@ -63,7 +63,7 @@ stdenv.mkDerivation rec {
description = "Reimplementation of the conda package manager";
homepage = "https://github.com/mamba-org/mamba";
license = licenses.bsd3;
platforms = platforms.linux;
platforms = platforms.all;
maintainers = with maintainers; [ mausch ];
};
}

Loading…
Cancel
Save