From b994e72a4b0f4d778efc4f161451b20c1325bd6e Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Sun, 19 May 2024 17:18:10 +0800 Subject: [PATCH] Update shell with the latest nixpkgs instance --- shell.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/shell.nix b/shell.nix index a6bed06..8e7f39b 100644 --- a/shell.nix +++ b/shell.nix @@ -41,9 +41,6 @@ mkShell { # Formatters... nixpkgs-fmt # ...for Nix. nodePackages.prettier # ...for the web files. - - # Language servers... - rnix-lsp # ...for Nix. ]; shellHook = ''