tvl-depot/third_party
Adam Joseph 19fd6ffae5 chore(third_party/overlays): disable nix aws integration
The Nix AWS integration is a complete dumpster-fire, the library it
relies on (aws-sdk-cpp) accounts for more build time than cppnix
itself, and its tests fail nondeterministically.  We recently
disabled it for nixpkgs' CI:

  https://github.com/NixOS/nixpkgs/pull/266443

Since it appears TVL does not use the AWS integration (correct me if
I'm wrong) let's disable it here too.  Hopefully someday cppnix will
give up on it and just delete it.

Change-Id: I71668c03379275b2083e59ff7c3a48b3bc7f5e48
Reviewed-on: https://cl.tvl.fyi/c/depot/+/10202
Reviewed-by: flokli <flokli@flokli.de>
Autosubmit: Adam Joseph <adam@westernsemico.com>
Tested-by: BuildkiteCI
2023-12-10 14:17:53 +00:00
..
agenix feat(3p/agenix): update to 2022-05-16 and add to niv 2022-05-25 15:00:37 +00:00
alsi chore(gerrit): migrate OWNERS files to code-owners style 2022-09-19 11:13:28 +00:00
bat_syntaxes chore(3p/sources): Bump channels & overlays 2022-09-28 08:02:31 +00:00
cgit chore(3p/sources): bump channels and overlays (2023-09-17) 2023-09-19 21:24:07 +00:00
clj2nix chore(gerrit): migrate OWNERS files to code-owners style 2022-09-19 11:13:28 +00:00
ddclient docs(3p/ddclient): add TODO-comment for eventually cleaning this up 2023-08-08 20:41:03 +00:00
elmPackages_0_18 chore(3p/sources): Bump channels & overlays 2022-12-24 12:42:41 +00:00
emacs/rcirc chore(3p/emacs): Remove unused 'explain-pause-mode' derivation 2021-10-10 11:02:07 +00:00
exwm fix(3p/exwm): Fix frame focus for Emacs 29 2023-12-02 20:58:26 +00:00
geesefs chore(third_party/geesefs): reduce number of emitted lib.warn 2023-12-06 07:46:19 +00:00
gerrit chore(3p/gerrit): 3.7.0-rc4 -> 3.8.2 2023-10-16 00:35:44 +00:00
gerrit_plugins chore(3p/gerrit): 3.7.0-rc4 -> 3.8.2 2023-10-16 00:35:44 +00:00
git chore(3p/sources): Bump channels & overlays 2022-05-04 16:18:50 +00:00
gitignoreSource style: format entire depot with nixpkgs-fmt 2022-01-31 16:11:53 +00:00
gopkgs style: format entire depot with nixpkgs-fmt 2022-01-31 16:11:53 +00:00
hii chore(gerrit): migrate OWNERS files to code-owners style 2022-09-19 11:13:28 +00:00
irccat chore(3p/sources): Bump channels & overlays 2022-09-28 08:02:31 +00:00
josh chore(third_party/josh): bump to latest HEAD 2023-10-09 14:42:25 +00:00
kernelPatches/trx40_usb_audio feat(3p/kernelPatches): Add kernel audio patch for ASUS TRX40 Pro 2020-06-20 22:27:03 +00:00
lisp docs(3p/lisp/mime4cl): describe changes compared to original version 2023-05-23 12:43:43 +00:00
naersk chore(3p/naersk): Bump and fetch via niv instead 2022-05-26 00:00:42 +00:00
napalm feat(3p): add napalm 2022-11-26 15:38:28 +00:00
nix-snapshotter feat(3p): import build of nix-snapshotter 2023-10-09 14:13:17 +00:00
nixpkgs fix(3p/nixpkgs): pin tpm2-pkcs11 to version from stable channel 2023-11-29 09:44:26 +00:00
nsfv feat(3p/nsfv): Add derivation for NSFV 2020-06-25 02:27:38 +00:00
overlays chore(third_party/overlays): disable nix aws integration 2023-12-10 14:17:53 +00:00
prometheus-fail2ban-exporter chore(3p/sources): Bump channels & overlays 2022-09-28 08:02:31 +00:00
public-inbox feat(3p/public-inbox): always set list-id when ingesting in watch 2023-01-29 11:10:54 +00:00
python/broadlink style: format entire depot with nixpkgs-fmt 2022-01-31 16:11:53 +00:00
rust-crates chore(3p/sources): bump channels & overlays (2023-12-06) 2023-12-06 12:39:38 +00:00
rustsec-advisory-db chore(3p/rustsec-advisory-db): track using niv 2022-02-13 18:42:44 +00:00
smtprelay chore(3p/sources): Bump channels & overlays 2022-09-28 08:02:31 +00:00
sources chore(3p/sources): bump channels & overlays (2023-12-06) 2023-12-06 12:39:38 +00:00
terraform-provider-glesys chore(3p/terraform-provider-glesys): 0.3.2 -> 0.9.0 2023-06-20 12:21:10 +00:00
default.nix fix: use localSystem over builtins.currentSystem where appropriate 2022-11-12 21:54:45 +00:00
README.md docs(third_party): Add README 2019-06-29 14:12:38 +01: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.