diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 814b55a..f11b831 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,3 +3,11 @@ repos: rev: 3e2a85506627062313e131bf8a85315f3387c8e0 # frozen: 4.0.0 hooks: - id: alejandra-system + - repo: local + hooks: + - id: flake-check + name: flake-check + entry: bash -c 'nix flake check' + language: system + types: [nix] + pass_filenames: false