rshijack: expand platforms to unix

This commit is contained in:
Ben Siraphob
2021-03-20 12:40:49 +07:00
parent 73e2aad637
commit ac568af804
+1 -1
View File
@@ -18,6 +18,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/kpcyrd/rshijack";
license = licenses.gpl3;
maintainers = with maintainers; [ xrelkd ];
platforms = platforms.linux;
platforms = platforms.unix;
};
}