Reduce template size by removing additional devops
tools, initial template should be as small as possible
This commit is contained in:
parent
1b15651865
commit
b5f8be6335
|
@ -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
|
||||
|
|
|
@ -53,7 +53,6 @@ pkgs.devshell.mkShell {
|
|||
pkgs.nodePackages.json
|
||||
pkgs.bunyan-rs
|
||||
self.packages.${system}.triton-utils
|
||||
pkgs.ansible
|
||||
] ++ extraDevshellPkgs;
|
||||
|
||||
env = [
|
||||
|
|
Loading…
Reference in a new issue