zsh-completions: fix code style
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
parent
c5e81898a3
commit
c3edf8a264
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{ lib, stdenv, fetchFromGitHub}:
|
||||
{ lib, stdenv, fetchFromGitHub }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "zsh-completions";
|
||||
|
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
|||
};
|
||||
|
||||
strictDeps = true;
|
||||
installPhase= ''
|
||||
installPhase = ''
|
||||
install -D --target-directory=$out/share/zsh/site-functions src/*
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue