diff --git a/flake.nix b/flake.nix index ce3eabe..da3fef6 100644 --- a/flake.nix +++ b/flake.nix @@ -29,7 +29,7 @@ -A clippy::too-many-lines \ -A clippy::cast-possible-wrap \ -A clippy::cast-possible-truncation \ - -A clippy::nonminimal_bool'' + -A clippy::nonminimal_bool || true'' ]; meta.description = "Scan Nix files for dead code"; };