nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
1diff --git a/electron/patches/config.json b/electron/patches/config.json
2index f5dbe8600f..9e1e5e0704 100644
3--- a/electron/patches/config.json
4+++ b/electron/patches/config.json
5@@ -14,5 +14,5 @@
6 { "patch_dir": "src/electron/patches/reclient-configs", "repo": "src/third_party/engflow-reclient-configs" },
7 { "patch_dir": "src/electron/patches/sqlite", "repo": "src/third_party/sqlite/src" },
8 { "patch_dir": "src/electron/patches/skia", "repo": "src/third_party/skia" },
9- { "patch_dir": "src/electron/patches/angle", "repo": "src/third_party/angle/src" }
10+ { "patch_dir": "src/electron/patches/angle", "repo": "src/third_party/angle" }
11 ]