fix(third_party): Expose missing dependencies for Nixery
This commit is contained in:
parent
97be9c1411
commit
998a2ceb17
1 changed files with 17 additions and 1 deletions
18
third_party/default.nix
vendored
18
third_party/default.nix
vendored
|
@ -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 // {
|
||||||
|
|
Loading…
Reference in a new issue