diff options
Diffstat (limited to 'users/wpcarro/website/sandbox/contentful/shell.nix')
-rw-r--r-- | users/wpcarro/website/sandbox/contentful/shell.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/users/wpcarro/website/sandbox/contentful/shell.nix b/users/wpcarro/website/sandbox/contentful/shell.nix new file mode 100644 index 000000000000..a3ae929ef446 --- /dev/null +++ b/users/wpcarro/website/sandbox/contentful/shell.nix @@ -0,0 +1,8 @@ +{ pkgs, ... }: + +pkgs.mkShell { + buildInputs = with pkgs; [ + nodejs + yarn + ]; +} |