From 694b66611aceadd89aef024dc7232533c0169ed6 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Sun, 9 Jan 2022 13:42:37 +0800 Subject: [PATCH] Update devshell --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index c839bba8..4d5dc305 100644 --- a/shell.nix +++ b/shell.nix @@ -1,5 +1,5 @@ { pkgs ? import { } }: pkgs.mkShell { - packages = with pkgs; [ git git-crypt nixfmt ]; + packages = with pkgs; [ git git-crypt nixfmt rnix-lsp ]; }