nci: Deny warnings in dev profile

This commit is contained in:
Robert Hensing 2026-01-10 01:28:46 +01:00
parent 8aad50d4dc
commit 5b1988eb42

View file

@ -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