about summary refs log tree commit diff
path: root/third_party
diff options
context:
space:
mode:
Diffstat (limited to 'third_party')
-rw-r--r--third_party/default.nix18
1 files changed, 17 insertions, 1 deletions
diff --git a/third_party/default.nix b/third_party/default.nix
index 2ba1067958..ad77ed98c0 100644
--- a/third_party/default.nix
+++ b/third_party/default.nix
@@ -21,27 +21,43 @@ let
     # Inherit the packages from nixpkgs that should be available inside
     # of the repo. They become available under `pkgs.third_party.<name>`
     inherit (nixpkgs)
+      bashInteractive
       buildGoPackage
+      cacert
+      cachix
       cargo
+      coreutils
       darwin
+      dockerTools
       emacs26-nox
       emacsPackagesFor
       fetchFromGitHub
+      git
+      gnutar
+      go
       google-cloud-sdk
+      gzip
       haskell
+      iana-etc
       jq
       lib
       llvmPackages
+      mdbook
+      nix
+      openssh
       remarshal
       rsync
       runCommand
+      rustPlatform
       rustc
       stdenv
       symlinkJoin
+      terraform_0_12
       tree
       writeShellScriptBin
       writeText
-      writeTextFile;
+      writeTextFile
+      zlib;
   };
 
 in exposed // {