Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐛 Make checks.nixfmt work from everywhere
If $nixFiles were expressed as relative to the root of the project, nixfmt would fail when ran from a sub directory. Now cd to the root first which will work for both relative and absolute paths. Since nix (and thus we) have not committed to using flakes this instead uses git to find the root of the project.
- Loading branch information