set up shfmt

This commit is contained in:
ryleu
2026-04-10 19:53:49 -05:00
parent 760f6ddd19
commit 358380c23c
6 changed files with 275 additions and 277 deletions

View File

@@ -1,8 +1,9 @@
{ pkgs, ... }:
{ ... }:
{
projectRootFile = "flake.nix";
programs = {
nixfmt.enable = true;
black.enable = true;
shfmt.enable = true;
};
}