hwatch: expand platforms

This commit is contained in:
figsoda 2023-07-30 11:20:02 -04:00
parent 195110917e
commit b7edd6fd30

View file

@ -24,8 +24,6 @@ rustPlatform.buildRustPackage rec {
passthru.tests.version = testers.testVersion {
package = hwatch;
command = "hwatch --version";
version = version;
};
meta = with lib; {
@ -37,6 +35,5 @@ rustPlatform.buildRustPackage rec {
'';
license = licenses.mit;
maintainers = with maintainers; [ hamburger1984 ];
platforms = platforms.linux;
};
}