mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
Merge pull request #102993 from r-burns/wally
wally-cli: enable on darwin
This commit is contained in:
commit
cb9fab88c3
@ -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";
|
||||
|
@ -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