prettierd: add darwin to supported platforms

This commit is contained in:
NotAShelf
2023-07-13 15:37:17 +00:00
parent 4f05a87f5e
commit a72b814577
+1 -1
View File
@@ -45,7 +45,7 @@ mkYarnPackage rec {
homepage = "https://github.com/fsouza/prettierd";
license = licenses.isc;
changelog = "https://github.com/fsouza/prettierd/blob/${src.rev}/CHANGELOG.md";
platforms = platforms.linux;
platforms = with platforms; linux ++ darwin;
maintainers = with maintainers; [ NotAShelf n3oney ];
};
}