diff --git a/default.nix b/default.nix new file mode 100644 index 00000000..3dd2ae58 --- /dev/null +++ b/default.nix @@ -0,0 +1,5 @@ +{ pkgs ? import {} }: +pkgs.mkShell { + # nativeBuildInputs are usually what you want -- tools you need to run + nativeBuildInputs = with pkgs.buildPackages; [ nodejs ]; +} \ No newline at end of file