Add frequently used nix packages to the shell

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
ahuston-0 2024-05-19 23:47:48 -04:00 committed by Alice Huston
parent 262c18e03b
commit 93ebc1ed0c

View File

@ -25,6 +25,9 @@ forEachSystem (
packages = with pkgs; [
deadnix
pre-commit
treefmt
statix
nixfmt-rfc-style
];
};
in