zsh-autosuggestions: remove unused input (#404379)
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user