From ec44c83ca73ecbd2ddac2e144e739f075aeedcf5 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 22 Sep 2020 19:18:15 -0300 Subject: Remove exclusion patterns from default.nix --- default.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'default.nix') diff --git a/default.nix b/default.nix index 0c86c8e..039119f 100644 --- a/default.nix +++ b/default.nix @@ -19,20 +19,18 @@ in rec { ''; }); shellBuildInputs = with pkgs; [ - file gitMinimal git-crypt gettext terraform-providers.vultr terraform - ansible ]; }; test = utils.test [ - (utils.shellcheck ".*secrets/secret-envrc.sh.*") + (utils.shellcheck null) (utils.fixme null) (utils.shellEnvironmentBuild subtasks.shellBuildInputs) - (utils.formatNix ".*secrets/nix.*") + (utils.formatNix null) subtasks.formatTerraform ]; shell = utils.shellEnvironment subtasks.shellBuildInputs; -- cgit v1.2.3