mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 17:23:34 +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; {
|
||||
description = "A tool to flash firmware to mechanical keyboards";
|
||||
homepage = "https://ergodox-ez.com/pages/wally-planck";
|
||||
platforms = platforms.linux;
|
||||
platforms = with platforms; linux ++ darwin;
|
||||
license = licenses.mit;
|
||||
maintainers = [ maintainers.spacekookie ];
|
||||
maintainers = with maintainers; [ spacekookie r-burns ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user