1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

prettierd: add darwin to supported platforms

This commit is contained in:
NotAShelf 2023-07-13 15:22:31 +00:00
parent 4f05a87f5e
commit a72b814577
No known key found for this signature in database
GPG key ID: 02D1DD3FA08B6B29

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 ];
};
}