vimer: expand platforms to all

This commit is contained in:
Ben Siraphob 2021-03-18 22:24:18 +07:00
parent 65e9dd0348
commit bfde7b6b8d

View file

@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
'';
license = licenses.mit;
maintainers = [ maintainers.matthiasbeyer ];
platforms = platforms.linux;
platforms = platforms.all;
};
}