add 'nix fmt'

This commit is contained in:
Sridhar Ratnakumar 2022-10-05 22:22:17 -04:00
parent 76189b9fdc
commit 22da967cc9
2 changed files with 2 additions and 0 deletions

View file

@ -38,3 +38,4 @@ make
## Tips
- To update NixOS (and other inputs) run `nix flake update`
- To autoformat the project tree using nixpkgs-fmt, run `nix fmt`.

View file

@ -183,6 +183,7 @@
nodejs
];
};
formatter = pkgs.nixpkgs-fmt;
}
);