summaryrefslogtreecommitdiffstats
path: root/pkgs/shells
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2021-03-10 17:56:48 +0700
committerBen Siraphob <bensiraphob@gmail.com>2021-03-14 11:40:45 +0700
commitb370464c269702a2d7a3a23ee671053af5c4018f (patch)
tree22eae9b1b589444c1f8d6deeab8131836d56a697 /pkgs/shells
parenteb362f9af966f04f74ee839f85562008a487eaf9 (diff)
lambda-mod-zsh-theme: expand platforms to all
Diffstat (limited to 'pkgs/shells')
-rw-r--r--pkgs/shells/zsh/lambda-mod-zsh-theme/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/shells/zsh/lambda-mod-zsh-theme/default.nix b/pkgs/shells/zsh/lambda-mod-zsh-theme/default.nix
index d9a846c9e06f..e8d00d73d1aa 100644
--- a/pkgs/shells/zsh/lambda-mod-zsh-theme/default.nix
+++ b/pkgs/shells/zsh/lambda-mod-zsh-theme/default.nix
@@ -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 ];
};
}