metal: expand platforms to all

This commit is contained in:
Ben Siraphob
2021-03-12 12:32:47 +07:00
parent 53afdd0c80
commit 597d1c6510
+1 -1
View File
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/brunocodutra/metal";
license = licenses.mit;
maintainers = with maintainers; [ pmiddend ];
platforms = platforms.linux;
platforms = platforms.all;
};
}