Update devshell

This commit is contained in:
Gabriel Arazas 2022-01-09 13:42:37 +08:00
parent dda3974ee7
commit 694b66611a

View File

@ -1,5 +1,5 @@
{ pkgs ? import <nixpkgs> { } }: { pkgs ? import <nixpkgs> { } }:
pkgs.mkShell { pkgs.mkShell {
packages = with pkgs; [ git git-crypt nixfmt ]; packages = with pkgs; [ git git-crypt nixfmt rnix-lsp ];
} }