From db29a9b11a0a9e8c3b4d4b3a0bf54e1fe3427741 Mon Sep 17 00:00:00 2001 From: Shahab Dogar Date: Sun, 2 Feb 2025 21:39:43 +0500 Subject: [PATCH] chore: Flake | remove node from devshell --- flake.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/flake.nix b/flake.nix index 312bd90..ea78024 100644 --- a/flake.nix +++ b/flake.nix @@ -84,8 +84,6 @@ devShell.x86_64-linux = pkgs.mkShell { buildInputs = with pkgs; [ - # Adding node for copilot - nodejs_20 nil ]; };