checks: Add formatting, statix and deadnix checks

This commit is contained in:
SebastianStork 2026-02-18 19:24:56 +01:00
parent 71132b3c94
commit 3ecc10c445
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q
5 changed files with 95 additions and 10 deletions

View file

@ -35,6 +35,11 @@
inputs.nixpkgs.follows = "nixpkgs";
};
statix = {
url = "github:oppiliappan/statix";
inputs.nixpkgs.follows = "nixpkgs";
};
vscode-extensions = {
url = "github:nix-community/nix-vscode-extensions";
inputs.nixpkgs.follows = "nixpkgs";