summaryrefslogtreecommitdiffstats
path: root/pkgs/shells
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-03-16 12:42:46 +0100
committerGitHub <noreply@github.com>2021-03-16 12:42:46 +0100
commitbd38cc9dbc279d9d4c57d823b75ef3414d5cd3ae (patch)
tree9d26178c5b917827bf30004117a35a764c49dfd7 /pkgs/shells
parentbded56b981c73f78934a6f8f13326e882b876c10 (diff)
parent593629b7a931bfb481291d13c167408beaaedb25 (diff)
Merge pull request #115756 from siraben/darwin-mass-fix-buildInputs=0
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 ];
};
}