neovim: Fix installPhase nix snippet
This commit is contained in:
parent
8771faa93c
commit
0c74cdbbdd
|
@ -27,7 +27,7 @@ buildPhase = ''
|
|||
endsnippet
|
||||
|
||||
snippet installPhase "installPhase template"
|
||||
configurePhase = ''
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
$1
|
||||
runHook postInstall
|
||||
|
|
Loading…
Reference in a new issue