tvl-depot/third_party
Vincent Ambo 39ba761663 feat(third_party): Explicitly expose packages from nixpkgs
Instead of exposing the entire package tree from nixpkgs, whitelist
individual packages explicitly so that they show up in
`pkgs.third_party`.

This makes it much easier to control external dependencies used by my
projects.

Bonus: It even includes a working `third_party.callPackage` with only
the whitelisted packages!
2019-12-09 02:55:04 +00:00
..
default.nix feat(third_party): Explicitly expose packages from nixpkgs 2019-12-09 02:55:04 +00:00
naersk.nix refactor: Introduce new layout with nixpkgs in third_party 2019-12-09 02:40:48 +00:00
nixery.nix chore(nix): Move files around to conform to new read-tree layout 2019-11-15 15:26:08 +00:00
ormolu.nix chore(nix): Move files around to conform to new read-tree layout 2019-11-15 15:26:08 +00:00
README.md docs(third_party): Add README 2019-06-29 14:12:38 +01:00
terraform-gcp.nix chore(nix): Move files around to conform to new read-tree layout 2019-11-15 15:26:08 +00:00

Third-Party Code

Code under this folder is one of the following:

  1. Externally developed dependencies which have been imported ("vendored") into this repository. These dependencies come with their own licenses and whatever else.

  2. Code that is developed inside of this repository, but released to an external repository via Copybara.