fix(web/panettone): Fix shell.nix for new third_party format

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>
This commit is contained in:
Griffin Smith 2022-04-14 10:13:37 -04:00 committed by grfn
parent 47d075924e
commit 6ae0f53a40

View file

@ -1,6 +1,6 @@
{ depot ? import ../.. { } }:
with depot.third_party;
with depot.third_party.nixpkgs;
mkShell {
buildInputs = [