fix: lua syntax mismatch for global formatting and nix language

the nix expression for formatter configuration were missing two curly closing brackets
This commit is contained in:
raf 2023-08-05 21:33:31 +03:00
parent 6173845515
commit 7190ee4b87
No known key found for this signature in database
GPG key ID: 02D1DD3FA08B6B29

View file

@ -56,9 +56,9 @@ with builtins; let
command = {"${cfg.format.package}/bin/nixpkgs-fmt"}, command = {"${cfg.format.package}/bin/nixpkgs-fmt"},
}, },
''} ''}
''}
}, },
}; },
''}
} }
''; '';
}; };