nci: Deny warnings in dev profile
This commit is contained in:
parent
8aad50d4dc
commit
5b1988eb42
1 changed files with 4 additions and 0 deletions
4
nci.nix
4
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue