aboutsummaryrefslogtreecommitdiff
path: root/format (follow)
Commit message (Collapse)AuthorAgeFilesLines
* systemd: apply nixfmt to test root fileRobert Helgesson2020-05-251-1/+0
|
* gtk: apply nixfmtRobert Helgesson2020-05-251-1/+0
|
* emacs: apply nixfmtRobert Helgesson2020-05-251-1/+0
|
* alot: apply nixfmtRobert Helgesson2020-05-011-1/+0
|
* Update nixfmt and apply to a few more filesRobert Helgesson2020-04-061-5/+1
|
* format: pin Nixpkgs versionRobert Helgesson2020-03-041-1/+1
| | | | This is to make sure that we get a consistent version of nixfmt.
* fish: apply nixfmtRobert Helgesson2020-02-201-1/+0
|
* ci: add format script and use in CI pipelineRobert Helgesson2020-02-021-0/+70
The format script can be used to automatically format the Nix source files and also verify that the files are formatted using the `-c` command argument. At the moment some files are exempt from the formatting to avoid causing merge conflicts in active pull requests. Finally, update the contribution guidelines to note that `nixfmt` should be used.