We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3016c68 + 1f462cb commit d8f6bc7Copy full SHA for d8f6bc7
pkgs/by-name/hy/hyprnome/package.nix
@@ -19,6 +19,10 @@ rustPlatform.buildRustPackage rec {
19
20
cargoHash = "sha256-oxIZTp5ZJRUjXLpMw2nOnPHYHhHN03HWFRhBZ82Ac10=";
21
22
+ # Upstream has 'missing_docs = "deny"', which trips up test builds for 0.3.1 release.
23
+ # Let's just treat lints as warnings.
24
+ env.RUSTFLAGS = "--cap-lints warn";
25
+
26
nativeBuildInputs = [ installShellFiles ];
27
28
postInstall = ''
0 commit comments