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