From ad9e60dad39824b9ad84b1ad3fa44d027016429a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?m=C3=BCde?= Date: Thu, 14 May 2026 23:00:16 +0200 Subject: [PATCH] flake clippy: cargoBuildOptions with -- -D warnings --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 67cbe78..029ab70 100644 --- a/flake.nix +++ b/flake.nix @@ -134,11 +134,11 @@ clippy = naersk-lib.buildPackage { src = ./.; mode = "clippy"; - cargoClippyOptions = + cargoBuildOptions = orig: orig ++ [ - "--all-targets" + "--workspace" "--" "-D" "warnings"