yubikey-touch-detector: Linux only

This tool is Linux only[*] but got merged with `platform.unix` meta at
init.

[*] https://github.com/maximbaz/yubikey-touch-detector/blob/0f30ac2da53f8ae1c70f38aae348a81d599eed28/README.md?plain=1#L13

ZHF: #172160
This commit is contained in:
Berk D. Demir
2022-05-12 23:48:54 -07:00
parent ff6e5ed3f3
commit b92f37a40e
@@ -21,6 +21,6 @@ buildGoModule rec {
homepage = "https://github.com/maximbaz/yubikey-touch-detector";
maintainers = with maintainers; [ sumnerevans ];
license = licenses.isc;
platforms = platforms.unix;
platforms = platforms.linux;
};
}