mirror of
https://github.com/hercules-ci/flake-parts.git
synced 2024-12-14 11:47:31 +00:00
Update modules/formatter.nix
Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
This commit is contained in:
parent
09bc19757c
commit
d6fdbbca37
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ in
|
||||||
perSystem = mkPerSystemOption ({ config, ... }: {
|
perSystem = mkPerSystemOption ({ config, ... }: {
|
||||||
_file = ./formatter.nix;
|
_file = ./formatter.nix;
|
||||||
options = {
|
options = {
|
||||||
packages = mkOption {
|
formatter = mkOption {
|
||||||
type = types.nullOr types.package;
|
type = types.nullOr types.package;
|
||||||
default = null;
|
default = null;
|
||||||
description = ''
|
description = ''
|
||||||
|
|
Loading…
Reference in a new issue