From 5b1988eb420200322400d3999fff7737697dd3a8 Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Sat, 10 Jan 2026 01:28:46 +0100 Subject: [PATCH] nci: Deny warnings in dev profile --- nci.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nci.nix b/nci.nix index 053a832..cc864b0 100644 --- a/nci.nix +++ b/nci.nix @@ -8,6 +8,10 @@ # https://flake.parts/options/nix-cargo-integration nci.projects.nix-bindings = { path = ./.; + profiles = { + dev.drvConfig.env.RUSTFLAGS = "-D warnings"; + release.runTests = true; + }; drvConfig = { imports = [ # Downstream projects import this into depsDrvConfig instead