about summary refs log tree commit diff
path: root/web
diff options
context:
space:
mode:
authorGriffin Smith <grfn@gws.fyi>2022-04-14T14·13-0400
committergrfn <grfn@gws.fyi>2022-04-14T14·26+0000
commit6ae0f53a409dc3b756fe2d9cda560468554a5ac5 (patch)
tree0d28a8813aa073172340fb527137972e5189e2ba /web
parent47d075924e19e2b474e64765a1cbe38221509df7 (diff)
fix(web/panettone): Fix shell.nix for new third_party format r/3947
Change-Id: I16dfe9295866afdd62802b6c35be66646f3f26c8
Reviewed-on: https://cl.tvl.fyi/c/depot/+/5446
Autosubmit: grfn <grfn@gws.fyi>
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
Diffstat (limited to 'web')
-rw-r--r--web/panettone/shell.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/panettone/shell.nix b/web/panettone/shell.nix
index 54bc49013b..483481ca9a 100644
--- a/web/panettone/shell.nix
+++ b/web/panettone/shell.nix
@@ -1,6 +1,6 @@
 { depot ? import ../.. { } }:
 
-with depot.third_party;
+with depot.third_party.nixpkgs;
 
 mkShell {
   buildInputs = [