From 7860ac50dee1432ed5b4a60c785b3f852c9a3668 Mon Sep 17 00:00:00 2001 From: iofq Date: Sun, 28 Jan 2024 17:46:30 -0600 Subject: [PATCH] lint --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 4ec01fd..a939fe0 100755 --- a/flake.nix +++ b/flake.nix @@ -91,7 +91,7 @@ pre-commit-check = inputs.pre-commit-hooks.lib.${system}.run { src = ./.; hooks.treefmt.enable = true; - hooks.treefmt.package = eachSystem (pkgs: treefmtEval.${pkgs.system}.config.build.wrapper); + hooks.treefmt.package = pkgs: treefmtEval.${pkgs.system}.config.build.wrapper; }; }; formatter = eachSystem (pkgs: treefmtEval.${pkgs.system}.config.build.wrapper);