Skip to content

Commit

Permalink
remove nix from devShell
Browse files Browse the repository at this point in the history
  • Loading branch information
nrdxp authored and cleverca22 committed Jul 20, 2021
1 parent e9ba436 commit a7d176c
Showing 1 changed file with 3 additions and 21 deletions.
24 changes: 3 additions & 21 deletions pkgs/bitte-shell.nix
Original file line number Diff line number Diff line change
@@ -1,23 +1,6 @@
{ bitte
, lib
, writeText
, mkShell
, nixos-rebuild
, terraform-with-plugins
, scaler-guard
, sops
, vault
, openssl
, cfssl
, nixfmt
, awscli
, nomad
, consul
, consul-template
, python38Packages
, direnv
, nixFlakes
, jq }:
{ bitte, lib, writeText, mkShell, nixos-rebuild, terraform-with-plugins
, scaler-guard, sops, vault, openssl, cfssl, nixfmt, awscli, nomad, consul
, consul-template, python38Packages, direnv, jq }:

{ cluster
, caCert ? null
Expand Down Expand Up @@ -65,7 +48,6 @@ in mkShell ({
consul-template
python38Packages.pyhcl
direnv
nixFlakes
jq
] ++ extraPackages;
} // (lib.optionalAttrs (caCert != null) {
Expand Down

0 comments on commit a7d176c

Please sign in to comment.