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 09bc197 commit d6fdbbc
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 @@ -27,7 +27,7 @@ in
perSystem = mkPerSystemOption ({ config, ... }: {
_file = ./formatter.nix;
options = {
packages = mkOption {
formatter = mkOption {
type = types.nullOr types.package;
default = null;
description = ''
Expand Down

0 comments on commit d6fdbbc

Please sign in to comment.