From 5a659a47c6e4823c2e29dd03eb8988270157de43 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Wed, 9 Aug 2023 22:48:19 +0530 Subject: chore: init commit is the shit that makes me want to quit --- default.nix | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 default.nix (limited to 'default.nix') diff --git a/default.nix b/default.nix new file mode 100644 index 0000000..f36c12f --- /dev/null +++ b/default.nix @@ -0,0 +1,4 @@ +with (import { }); +mkShell { + buildInputs = [ nodejs-18_x ]; +} -- cgit v1.3.1