diff options
Diffstat (limited to 'third_party/README.md')
-rw-r--r-- | third_party/README.md | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/third_party/README.md b/third_party/README.md index 29e498a37726..267f23469775 100644 --- a/third_party/README.md +++ b/third_party/README.md @@ -1,5 +1,13 @@ -# third_party +Third-Party Code +================ -The `third_party` directory hosts Nix expressions that package software that I -cannot or have not found in other Nix package repositorys like `nixpkgs` or -`depot`. +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][]. + +[Copybara]: https://github.com/google/copybara |