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:
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 a new issue