1
0
Fork 0
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:
Jonas Chevalier 2022-09-20 15:53:52 +02:00 committed by GitHub
parent 09bc19757c
commit d6fdbbca37
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ in
perSystem = mkPerSystemOption ({ config, ... }: {
_file = ./formatter.nix;
options = {
packages = mkOption {
formatter = mkOption {
type = types.nullOr types.package;
default = null;
description = ''