pomerium: Spell "postBuild" correctly

This commit is contained in:
Scott Worley 2023-05-24 09:21:51 -07:00
parent 45f6e87822
commit f34465fea5

View file

@ -37,7 +37,7 @@ buildGoModule rec {
buildPhase = ''
runHook preBuild
yarn --offline build
runHook postbuild
runHook postBuild
'';
installPhase = ''