From 8e044c215e72035d017996cb497929ac2bdd0117 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jalil=20David=20Salam=C3=A9=20Messina?= Date: Thu, 1 Feb 2024 22:02:32 +0100 Subject: [PATCH] feat(flake): Check for typos --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 16ca2af..bc81a50 100644 --- a/flake.nix +++ b/flake.nix @@ -66,6 +66,7 @@ checks = forEachSupportedSystem ({ pkgs, system }: { pre-commit-check = pre-commit-hooks.lib.${system}.run { src = builtins.path { path = ./.; name = "configuration.nix"; }; + hooks.typos.enable = true; hooks.nixpkgs-fmt.enable = true; }; });