From 75922a0cb4dddc462915c1a20d5445da33a6f396 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Wed, 15 Feb 2023 12:26:22 +0100 Subject: Misc: Cleanup shell.nix --- shell.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/shell.nix b/shell.nix index b31e9b4..18c24f9 100644 --- a/shell.nix +++ b/shell.nix @@ -1,10 +1,8 @@ -{ pkgs ? import {} }: +{ pkgs ? import { } }: pkgs.mkShell { buildInputs = with pkgs; [ nodejs nodePackages.ts-node ]; - } - -- cgit 1.4.1