From 89cd77a64b9146a88c75946fb0d9f2c5d6126821 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Wed, 25 Mar 2020 16:30:22 +0000 Subject: Create wpcarro.dev/goals Create a simple React app to define my goals. See the goals/README.md for more context. --- website/goals/shell.nix | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 website/goals/shell.nix (limited to 'website/goals/shell.nix') diff --git a/website/goals/shell.nix b/website/goals/shell.nix new file mode 100644 index 000000000000..b5df9e540dfb --- /dev/null +++ b/website/goals/shell.nix @@ -0,0 +1,7 @@ +let + pkgs = import {}; +in pkgs.mkShell { + buildInputs = with pkgs; [ + nodejs + ]; +} -- cgit 1.4.1