mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 01:33:20 +00:00
wally-cli: enable on darwin
This commit is contained in:
parent
926c4d7d59
commit
b79b4c0eb0
@ -27,8 +27,8 @@ buildGoModule rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A tool to flash firmware to mechanical keyboards";
|
description = "A tool to flash firmware to mechanical keyboards";
|
||||||
homepage = "https://ergodox-ez.com/pages/wally-planck";
|
homepage = "https://ergodox-ez.com/pages/wally-planck";
|
||||||
platforms = platforms.linux;
|
platforms = with platforms; linux ++ darwin;
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = [ maintainers.spacekookie ];
|
maintainers = with maintainers; [ spacekookie r-burns ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user