From d6fdbbca37d1c446dca3186acb90a86db3dcc38c Mon Sep 17 00:00:00 2001 From: Jonas Chevalier Date: Tue, 20 Sep 2022 15:53:52 +0200 Subject: [PATCH] Update modules/formatter.nix Co-authored-by: Robert Hensing --- modules/formatter.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/formatter.nix b/modules/formatter.nix index 3f19bc4..a63a9ba 100644 --- a/modules/formatter.nix +++ b/modules/formatter.nix @@ -27,7 +27,7 @@ in perSystem = mkPerSystemOption ({ config, ... }: { _file = ./formatter.nix; options = { - packages = mkOption { + formatter = mkOption { type = types.nullOr types.package; default = null; description = ''