From c265ec0deeea7d5d4328c34df524bc5d1f163763 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 18 Nov 2020 11:28:42 -0300 Subject: Remove default.nix and shell.nix --- terraform-apply.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'terraform-apply.sh') diff --git a/terraform-apply.sh b/terraform-apply.sh index 588e1bb..d09fb3c 100755 --- a/terraform-apply.sh +++ b/terraform-apply.sh @@ -1,6 +1,4 @@ -#!/usr/bin/env nix-shell -#!nix-shell -i bash -# shellcheck shell=bash +#!/usr/bin/env bash set -Eeuo pipefail cd "$(dirname "${BASH_SOURCE[0]}")" -- cgit v1.2.3