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:
parent
47d075924e
commit
6ae0f53a40
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
{ depot ? import ../.. { } }:
|
||||
|
||||
with depot.third_party;
|
||||
with depot.third_party.nixpkgs;
|
||||
|
||||
mkShell {
|
||||
buildInputs = [
|
||||
|
|
Loading…
Reference in a new issue