mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 11:00:19 +03:00
add platforms.all
This commit is contained in:
parent
251ca357bb
commit
fcda800ae2
@ -63,6 +63,7 @@ stdenv.mkDerivation rec {
|
||||
description = "Reimplementation of the conda package manager";
|
||||
homepage = "https://github.com/mamba-org/mamba";
|
||||
license = licenses.bsd3;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ mausch ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user