From 249e16a2b167e8d81117b174f8a31a4fac480cb1 Mon Sep 17 00:00:00 2001 From: Gianluca Arbezzano Date: Mon, 28 Sep 2020 16:55:06 +0200 Subject: [PATCH] Terraform is not a required tool anymore Removed terraform from nix-shell because it is not required anymore. Signed-off-by: Gianluca Arbezzano --- shell.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/shell.nix b/shell.nix index 1b613ccf6..c4457f5cf 100644 --- a/shell.nix +++ b/shell.nix @@ -19,6 +19,5 @@ mkShell { pythonPackages.codespell shfmt shellcheck - terraform ]; }