fix(third_party): Expose missing dependencies for Nixery

This commit is contained in:
Vincent Ambo 2019-12-09 03:19:03 +00:00
parent 97be9c1411
commit 998a2ceb17

View file

@ -21,27 +21,43 @@ let
# Inherit the packages from nixpkgs that should be available inside # Inherit the packages from nixpkgs that should be available inside
# of the repo. They become available under `pkgs.third_party.<name>` # of the repo. They become available under `pkgs.third_party.<name>`
inherit (nixpkgs) inherit (nixpkgs)
bashInteractive
buildGoPackage buildGoPackage
cacert
cachix
cargo cargo
coreutils
darwin darwin
dockerTools
emacs26-nox emacs26-nox
emacsPackagesFor emacsPackagesFor
fetchFromGitHub fetchFromGitHub
git
gnutar
go
google-cloud-sdk google-cloud-sdk
gzip
haskell haskell
iana-etc
jq jq
lib lib
llvmPackages llvmPackages
mdbook
nix
openssh
remarshal remarshal
rsync rsync
runCommand runCommand
rustPlatform
rustc rustc
stdenv stdenv
symlinkJoin symlinkJoin
terraform_0_12
tree tree
writeShellScriptBin writeShellScriptBin
writeText writeText
writeTextFile; writeTextFile
zlib;
}; };
in exposed // { in exposed // {