rshijack: expand platforms to unix

This commit is contained in:
Ben Siraphob 2021-03-19 13:20:15 +07:00
parent 73e2aad637
commit ac568af804

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