From 13aaac9c5f4b8028a0c09fb290917761a355b638 Mon Sep 17 00:00:00 2001 From: "Shahar \"Dawn\" Or" Date: Tue, 24 Dec 2024 22:53:03 +0700 Subject: [PATCH] --deny warnings --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index 3d23882..e7bb3d8 100644 --- a/flake.nix +++ b/flake.nix @@ -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";