diff options
author | azahi <azat@bahawi.net> | 2025-01-01 13:10:32 +0300 |
---|---|---|
committer | azahi <azat@bahawi.net> | 2025-01-01 13:10:32 +0300 |
commit | 7c06c0a354b106e37e26ddfc2bc6ba8336d90cc7 (patch) | |
tree | d52c7729b2aa8d81aaa18301d70877a6911a2167 /checks.nix | |
parent | 2024-12-17 (diff) |
2025-01-01
Diffstat (limited to 'checks.nix')
-rw-r--r-- | checks.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/checks.nix b/checks.nix index 3261f1a..173c1d4 100644 --- a/checks.nix +++ b/checks.nix @@ -29,7 +29,7 @@ detect-private-keys.enable = true; editorconfig-checker.enable = true; fix-byte-order-marker.enable = true; - flake-checker.enable = true; + # flake-checker.enable = true; nil.enable = true; nixfmt-rfc-style.enable = true; prettier.enable = true; |