Skip to content

Commit

Permalink
flake: rename statix option
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed May 30, 2024
1 parent b6eb208 commit a567702
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,11 @@
enable = true;
excludes = ["plugins/_sources"];
};
statix.enable = true;
statix = {
enable = true;
settings.ignore = ["plugins/lsp/language-servers/rust-analyzer-config.nix"];
};
};
settings.statix.ignore = ["plugins/lsp/language-servers/rust-analyzer-config.nix"];
};
};
devShells = {
Expand Down

0 comments on commit a567702

Please sign in to comment.