commit
803a56af26
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ buildGoPackage rec {
|
|||
|
||||
postInstall = ''
|
||||
wrapProgram $bin/bin/terragrunt \
|
||||
--set TERRAGRUNT_TFPATH {lib.getBin terraform}/bin/terraform
|
||||
--set TERRAGRUNT_TFPATH ${lib.getBin terraform}/bin/terraform
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
|
Loading…
Reference in a new issue