zsh-syntax-highlighting: remove unused input

No diff in output with this removed.
This commit is contained in:
Alyssa Ross
2025-05-05 20:05:22 +02:00
parent 76020e5958
commit 0a072c9dec
@@ -2,7 +2,6 @@
lib,
stdenv,
fetchFromGitHub,
zsh,
}:
# To make use of this derivation, use the `programs.zsh.enableSyntaxHighlighting` option
@@ -19,7 +18,6 @@ stdenv.mkDerivation (finalAttrs: {
};
strictDeps = true;
buildInputs = [ zsh ];
installFlags = [ "PREFIX=$(out)" ];