Skip to content

Commit

Permalink
Merge pull request #92 from mightyiam/deny-warnings
Browse files Browse the repository at this point in the history
--deny warnings
  • Loading branch information
mightyiam authored Jan 24, 2025
2 parents fd53921 + 13aaac9 commit 877156f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@

buildFeatures = [ "json" ];

RUSTFLAGS = "--deny warnings";

meta = with lib; {
description = "Lints and suggestions for the Nix programming language";
homepage = "https://git.peppe.rs/languages/statix/about";
Expand Down

0 comments on commit 877156f

Please sign in to comment.