restya-board: expand platforms to unix

This commit is contained in:
Ben Siraphob 2021-03-10 17:58:37 +07:00
parent ad09618b6c
commit d2005bd29c

View file

@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
license = licenses.osl3;
homepage = "https://restya.com";
maintainers = with maintainers; [ tstrobel ];
platforms = platforms.linux;
platforms = platforms.unix;
};
}