diff options
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/default.nix | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/third_party/default.nix b/third_party/default.nix index 2ba106795846..ad77ed98c0e7 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 // { |