diff options
author | Griffin Smith <grfn@gws.fyi> | 2022-04-14T14·13-0400 |
---|---|---|
committer | grfn <grfn@gws.fyi> | 2022-04-14T14·26+0000 |
commit | 6ae0f53a409dc3b756fe2d9cda560468554a5ac5 (patch) | |
tree | 0d28a8813aa073172340fb527137972e5189e2ba /web | |
parent | 47d075924e19e2b474e64765a1cbe38221509df7 (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.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/panettone/shell.nix b/web/panettone/shell.nix index 54bc49013b79..483481ca9aa1 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 = [ |