Merge pull request #75690 from thefloweringash/tio-platforms
tio: expand platforms to "unix" to include darwin
This commit is contained in:
commit
74877f8bd9
@ -16,6 +16,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = https://tio.github.io/;
|
||||
license = licenses.gpl2Plus;
|
||||
maintainers = with maintainers; [ yegortimoshenko ];
|
||||
platforms = platforms.linux;
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user