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.
1 parent 3c9415e commit 1f462cbCopy full SHA for 1f462cb
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