mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
lemmy-server: allow warnings
Remember kids, don't -Werror in production.
This commit is contained in:
parent
db6a864679
commit
87e2e48e4e
1 changed files with 3 additions and 0 deletions
|
|
@ -49,6 +49,9 @@ rustPlatform.buildRustPackage rec {
|
|||
|
||||
PROTOC = "${protobuf}/bin/protoc";
|
||||
PROTOC_INCLUDE = "${protobuf}/include";
|
||||
|
||||
# #[deny(warnings)] trips on newer rustc
|
||||
RUSTFLAGS = "--cap-lints warn";
|
||||
};
|
||||
nativeBuildInputs = [
|
||||
protobuf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue