Reduce template size by removing additional devops

tools, initial template should be as small as possible
This commit is contained in:
jhonas 2022-02-03 03:10:38 +01:00
parent 1b15651865
commit b5f8be6335
Signed by: teutat3s
GPG key ID: 924889A86D0B0FEB
2 changed files with 1 additions and 5 deletions

View file

@ -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

View file

@ -53,7 +53,6 @@ pkgs.devshell.mkShell {
pkgs.nodePackages.json
pkgs.bunyan-rs
self.packages.${system}.triton-utils
pkgs.ansible
] ++ extraDevshellPkgs;
env = [