Merge pull request #102993 from r-burns/wally

wally-cli: enable on darwin
This commit is contained in:
Mario Rodas 2020-11-07 01:10:57 -05:00 committed by GitHub
commit cb9fab88c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 2 deletions

View file

@ -7095,6 +7095,12 @@
fingerprint = "7573 56D7 79BB B888 773E 415E 736C CDF9 EF51 BD97";
}];
};
r-burns = {
email = "rtburns@protonmail.com";
github = "r-burns";
githubId = 52847440;
name = "Ryan Burns";
};
raboof = {
email = "arnout@bzzt.net";
github = "raboof";

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