prettierd: add darwin to supported platforms
This commit is contained in:
parent
4f05a87f5e
commit
a72b814577
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user