about summary refs log tree commit diff
path: root/third_party
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2019-12-09T03·19+0000
committerVincent Ambo <tazjin@google.com>2019-12-09T03·19+0000
commit998a2ceb17f6b2d29c1c3e02cd536e2af4ceee9c (patch)
treec213e2a83c2603cc561aaabc419232d99bb1f9b8 /third_party
parent97be9c1411aca437daa9eb95474ee134e727a3d9 (diff)
fix(third_party): Expose missing dependencies for Nixery r/107
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 // {