neovim: Fix installPhase nix snippet

This commit is contained in:
Simon Bruder 2021-07-24 19:21:52 +02:00
parent 8771faa93c
commit 0c74cdbbdd
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC

View file

@ -27,7 +27,7 @@ buildPhase = ''
endsnippet
snippet installPhase "installPhase template"
configurePhase = ''
installPhase = ''
runHook preInstall
$1
runHook postInstall