neovim: Fix installPhase nix snippet

upower
Simon Bruder 2021-07-24 19:21:52 +02:00
parent 8771faa93c
commit 0c74cdbbdd
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 1 additions and 1 deletions

View File

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