wally-cli: enable on darwin

This commit is contained in:
Ryan Burns 2020-11-05 21:10:30 -08:00
parent 926c4d7d59
commit b79b4c0eb0

View file

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