Commit 0a072c9d authored by Alyssa Ross's avatar Alyssa Ross
Browse files

zsh-syntax-highlighting: remove unused input

No diff in output with this removed.
parent 76020e59
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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)" ];