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,
|
# HINT: add your extra pkgs here,
|
||||||
# they'll get appended to devshell.packages in ./tritonshell.nix
|
# they'll get appended to devshell.packages in ./tritonshell.nix
|
||||||
extraDevshellPkgs = [
|
extraDevshellPkgs = [
|
||||||
pkgsUnstable.consul
|
#pkgs.hello
|
||||||
pkgsUnstable.nomad
|
|
||||||
pkgsUnstable.terraform
|
|
||||||
pkgsUnstable.vault
|
|
||||||
];
|
];
|
||||||
|
|
||||||
in
|
in
|
||||||
|
|
|
@ -53,7 +53,6 @@ pkgs.devshell.mkShell {
|
||||||
pkgs.nodePackages.json
|
pkgs.nodePackages.json
|
||||||
pkgs.bunyan-rs
|
pkgs.bunyan-rs
|
||||||
self.packages.${system}.triton-utils
|
self.packages.${system}.triton-utils
|
||||||
pkgs.ansible
|
|
||||||
] ++ extraDevshellPkgs;
|
] ++ extraDevshellPkgs;
|
||||||
|
|
||||||
env = [
|
env = [
|
||||||
|
|
Loading…
Reference in a new issue