lambda-mod-zsh-theme: expand platforms to all
This commit is contained in:
parent
eb362f9af9
commit
b370464c26
|
@ -19,7 +19,7 @@ stdenv.mkDerivation {
|
||||||
description = "A ZSH theme optimized for people who use Git & Unicode-compatible fonts and terminals";
|
description = "A ZSH theme optimized for people who use Git & Unicode-compatible fonts and terminals";
|
||||||
homepage = "https://github.com/halfo/lambda-mod-zsh-theme/";
|
homepage = "https://github.com/halfo/lambda-mod-zsh-theme/";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.all;
|
||||||
maintainers = with maintainers; [ ma27 ];
|
maintainers = with maintainers; [ ma27 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue