lambda-mod-zsh-theme: expand platforms to all

This commit is contained in:
Ben Siraphob 2021-03-10 17:56:48 +07:00
parent eb362f9af9
commit b370464c26

View file

@ -19,7 +19,7 @@ stdenv.mkDerivation {
description = "A ZSH theme optimized for people who use Git & Unicode-compatible fonts and terminals";
homepage = "https://github.com/halfo/lambda-mod-zsh-theme/";
license = licenses.mit;
platforms = platforms.linux;
platforms = platforms.all;
maintainers = with maintainers; [ ma27 ];
};
}