diff options
Diffstat (limited to 'users/wpcarro/website/sandbox/covid-uk/shell.nix')
-rw-r--r-- | users/wpcarro/website/sandbox/covid-uk/shell.nix | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/users/wpcarro/website/sandbox/covid-uk/shell.nix b/users/wpcarro/website/sandbox/covid-uk/shell.nix index 6442c39f9c47..f918c4033e2f 100644 --- a/users/wpcarro/website/sandbox/covid-uk/shell.nix +++ b/users/wpcarro/website/sandbox/covid-uk/shell.nix @@ -1,7 +1,6 @@ -let - briefcase = import <briefcase> {}; - pkgs = briefcase.third_party.pkgs; -in pkgs.mkShell { +{ pkgs, ... }: + +pkgs.mkShell { buildInputs = with pkgs; [ yarn nodejs |