From b5f8be63352e83233222b5ba3807eddc31ce72d1 Mon Sep 17 00:00:00 2001 From: jhonas Date: Thu, 3 Feb 2022 03:10:38 +0100 Subject: [PATCH] Reduce template size by removing additional devops tools, initial template should be as small as possible --- template/flake.nix | 5 +---- template/tritonshell.nix | 1 - 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/template/flake.nix b/template/flake.nix index cefb415..3033fe3 100644 --- a/template/flake.nix +++ b/template/flake.nix @@ -35,10 +35,7 @@ # HINT: add your extra pkgs here, # they'll get appended to devshell.packages in ./tritonshell.nix extraDevshellPkgs = [ - pkgsUnstable.consul - pkgsUnstable.nomad - pkgsUnstable.terraform - pkgsUnstable.vault + #pkgs.hello ]; in diff --git a/template/tritonshell.nix b/template/tritonshell.nix index 9280325..bbe7f47 100644 --- a/template/tritonshell.nix +++ b/template/tritonshell.nix @@ -53,7 +53,6 @@ pkgs.devshell.mkShell { pkgs.nodePackages.json pkgs.bunyan-rs self.packages.${system}.triton-utils - pkgs.ansible ] ++ extraDevshellPkgs; env = [