Skip to content

Commit

Permalink
Update modules/formatter.nix
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Hensing <[email protected]>
  • Loading branch information
zimbatm and roberth authored Sep 20, 2022
1 parent 41ba43a commit 09bc197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/formatter.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ in
_file = ./formatter.nix;
options = {
packages = mkOption {
type = types.package;
type = types.nullOr types.package;
default = null;
description = ''
A package used by <literal>nix fmt</literal>.
Expand Down

0 comments on commit 09bc197

Please sign in to comment.