format: update and remove exceptions (#3029)

Switches to nixfmt 0.5.0 and removes exceptions for files without open
PRs.
This commit is contained in:
Naïm Camille Favier
2022-06-16 14:13:06 +02:00
committed by GitHub
parent 504d6de6a0
commit 1de492f6f8
5 changed files with 51 additions and 67 deletions

View File

@@ -8,9 +8,7 @@ let
docs = import ../docs { inherit lib pkgs; };
in
{
in {
options = {
manual.html.enable = mkOption {
type = types.bool;