diff options
-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 = [ |