pkgs/lando: mark as broken

This commit is contained in:
Gabriel Fontes
2023-03-16 17:45:32 -03:00
parent a5109e30d1
commit b20fa16595
+1
View File
@@ -38,5 +38,6 @@ buildNpmPackage.override { inherit nodejs; } rec {
license = licenses.gpl3;
maintainers = with maintainers; [ misterio77 ];
platforms = platforms.linux;
broken = true; # Not working 100%
};
}