zsh-autosuggestions: remove unused input (#404379)

This commit is contained in:
Nick Cao
2025-05-05 17:24:14 -04:00
committed by GitHub
@@ -2,7 +2,6 @@
lib,
stdenv,
fetchFromGitHub,
zsh,
}:
# To make use of this derivation, use the `programs.zsh.autosuggestions.enable` option
@@ -19,7 +18,6 @@ stdenv.mkDerivation rec {
};
strictDeps = true;
buildInputs = [ zsh ];
installPhase = ''
install -D zsh-autosuggestions.zsh \