From 6ae0f53a409dc3b756fe2d9cda560468554a5ac5 Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Thu, 14 Apr 2022 10:13:37 -0400 Subject: 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 Tested-by: BuildkiteCI Reviewed-by: tazjin --- web/panettone/shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web') 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 = [ -- cgit 1.4.1