You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(nix): add nixfmt-rfc-style to dev dependencies and lefthook
Add nixfmt-rfc-style as a development dependency in the Nix flake and
configure lefthook to automatically format .nix files on pre-commit.
Uses `nix develop --command` to run nixfmt from the devShell context,
ensuring consistent Nix code formatting across the project.
0 commit comments