From 9655d89655d3d267958dac66ea597f7a1f839ec4 Mon Sep 17 00:00:00 2001 From: Erwin Boskma Date: Tue, 3 May 2022 18:17:25 +0200 Subject: [PATCH] Add statix config --- statix.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 statix.toml diff --git a/statix.toml b/statix.toml new file mode 100644 index 0000000..34a3691 --- /dev/null +++ b/statix.toml @@ -0,0 +1,5 @@ +disabled = [ + "manual_inherit_from" +] +nix_version = "2.8" +ignore = [".direnv"]