From 8cfe32ba4cf93213b7f65bdc0122a44fcf2e1b7e Mon Sep 17 00:00:00 2001 From: s-ol Date: Thu, 21 Jan 2021 00:15:05 +0100 Subject: add shell.nix --- shell.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 shell.nix diff --git a/shell.nix b/shell.nix new file mode 100644 index 0000000..ce235c8 --- /dev/null +++ b/shell.nix @@ -0,0 +1,10 @@ +{ pkgs ? import {} +}: + +pkgs.mkShell { + name = "spline-env"; + buildInputs = with pkgs; [ + nodejs + yarn + ]; +} -- cgit v1.2.3