From 7b7df65b13d7e7533a44229de627cf30957d84ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sat, 4 Nov 2023 10:46:01 +0000 Subject: [PATCH] add missing statix tool --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index daebcc5..1013cf7 100644 --- a/flake.nix +++ b/flake.nix @@ -49,6 +49,7 @@ pkg-config rustc rustfmt + statix ]; RUST_SRC_PATH = "${pkgs.rust.packages.stable.rustPlatform.rustLibSrc}"; };