-
I have something like this: nci.projects.default = {
path = ./.;
useClippy = true;
drvConfig.env.RUSTFLAGS = "--deny warnings";
}; And I artificially introduced a clippy warning. If I run But Am I using the wrong option? Is RUSTFLAGS overridden? Is clippy not running? 🤷 |
Beta Was this translation helpful? Give feedback.
Answered by
yusdacra
Nov 20, 2024
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mightyiam
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
useClippy
wasn't working properly, i removed it in favour of a similar option tocheckProfile
(#176)