diff options
| author | EuAndreh <eu@euandre.org> | 2019-05-25 13:41:29 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2019-05-25 13:41:29 -0300 |
| commit | ebc78b78476527c60aa98beb46fc4e0701b66564 (patch) | |
| tree | b2487298731459fb940d7bbc403e83b01ba92fbc | |
| parent | Add dockerComposeLint job stage (diff) | |
| download | toph-ebc78b78476527c60aa98beb46fc4e0701b66564.tar.gz toph-ebc78b78476527c60aa98beb46fc4e0701b66564.tar.xz | |
Fix formatTerraform stage
| -rw-r--r-- | default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default.nix b/default.nix index 89d7f93..9a72341 100644 --- a/default.nix +++ b/default.nix @@ -42,7 +42,7 @@ with pkgs.stdenv; rec { }); formatTerraform = baseTask.overrideAttrs (baseAttrs: { name = "${baseAttrs.name}-format-terraform"; - buildInputs = baseAttrs.buildInputs ++ [nixfmt]; + buildInputs = baseAttrs.buildInputs ++ [terraform]; buildPhase = '' terraform fmt -check=true -diff=true || { echo "Terraform files are unformatted. To fix it, run:" |
