From 100a9728a167dca4bba1b6b7c8da4f1572480ee5 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Tue, 14 Feb 2023 12:00:05 +0100 Subject: Initial commit --- shell.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 shell.nix (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix new file mode 100644 index 0000000..b31e9b4 --- /dev/null +++ b/shell.nix @@ -0,0 +1,10 @@ +{ pkgs ? import {} }: +pkgs.mkShell +{ + buildInputs = with pkgs; [ + nodejs + nodePackages.ts-node + ]; + +} + -- cgit 1.4.1