about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@tvl.su>2024-08-26T12·27+0300
committertazjin <tazjin@tvl.su>2024-08-27T10·02+0000
commitb9a614a90fc33cfbd1fc76675390141724996b1e (patch)
tree01803460d2a69a983d7c7b254540bd851c09ddbd
parentae8758c96604082a12c059c19fd9c8825e55503c (diff)
fix(web/bubblegum): third_party/sources is required in bubblegum r/8591
Change-Id: Ifb63ab95a0a11f07e8ad2346aff5893fe7c268cd
Reviewed-on: https://cl.tvl.fyi/c/depot/+/12351
Tested-by: BuildkiteCI
Reviewed-by: sterni <sternenseemann@systemli.org>
-rw-r--r--web/bubblegum/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/bubblegum/default.nix b/web/bubblegum/default.nix
index ed9ab616804d..b7e1ce81ebd0 100644
--- a/web/bubblegum/default.nix
+++ b/web/bubblegum/default.nix
@@ -21,6 +21,7 @@ let
       # nixpkgs for lib and packages
       "third_party/nixpkgs"
       "third_party/overlays"
+      "third_party/sources"
       # bubblegum and its dependencies
       "web/bubblegum"
       "nix/runExecline"