From 93ebc1ed0c6f4a16d8e0034fd2f32a3a92e922e4 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Sun, 19 May 2024 23:47:48 -0400 Subject: [PATCH] Add frequently used nix packages to the shell Signed-off-by: ahuston-0 --- shell.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/shell.nix b/shell.nix index 7b224bb..180e359 100644 --- a/shell.nix +++ b/shell.nix @@ -25,6 +25,9 @@ forEachSystem ( packages = with pkgs; [ deadnix pre-commit + treefmt + statix + nixfmt-rfc-style ]; }; in