From 388371152a1b94d39ca771729d02d30d79e679d2 Mon Sep 17 00:00:00 2001 From: Peter Hoeg Date: Sun, 15 Jan 2017 19:11:56 +0800 Subject: [PATCH] terragrunt: fix typo In my earlier PR #21901, I had pushed the wrong local branch without a '$'. Apologies @Mic92 - please apply. --- pkgs/applications/networking/cluster/terragrunt/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/networking/cluster/terragrunt/default.nix b/pkgs/applications/networking/cluster/terragrunt/default.nix index 98f5870ca69..4362d7cff90 100644 --- a/pkgs/applications/networking/cluster/terragrunt/default.nix +++ b/pkgs/applications/networking/cluster/terragrunt/default.nix @@ -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; {