style: reformat with shfmt

This commit is contained in:
ryleu
2026-04-12 11:58:54 -05:00
parent 8404999369
commit a96aa6a409
4 changed files with 20 additions and 21 deletions

View File

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