My nixos configuration

chore: update statix

+1 -1
checks/statix.nix
··· 5 5 }: 6 6 runCommand "statix-run-${self.rev or "00000000"}" {} '' 7 7 cd ${self} 8 - ${statix}/bin/statix check -i packages/nodePackages/node-env.nix npins/default.nix | tee $out 8 + ${statix}/bin/statix check | tee $out 9 9 ''
+3 -3
flake.lock
··· 603 603 "nixpkgs": "nixpkgs_5" 604 604 }, 605 605 "locked": { 606 - "lastModified": 1663988440, 607 - "narHash": "sha256-WVwLYETylrLu74Oix+b7WVXGRT6SGJ3PEoQ4RgKwgNE=", 606 + "lastModified": 1673173471, 607 + "narHash": "sha256-P+Y1vjr5uuuuK7vxDeRP0JfrbP3LV/COQ3/aWQTDLWo=", 608 608 "owner": "nerdypepper", 609 609 "repo": "statix", 610 - "rev": "6b490d712ec88460e1f9d85d7f97fdaa85d800e8", 610 + "rev": "f0267dfb72971a074180b351c927573008c54b06", 611 611 "type": "github" 612 612 }, 613 613 "original": {
+1 -1
lefthook.yml
··· 7 7 8 8 linting: 9 9 glob: "*.nix" 10 - run: nix run --option allow-import-from-derivation true --inputs-from . statix -- check -i packages/nodePackages/node-env.nix npins/default.nix 10 + run: nix run --option allow-import-from-derivation true --inputs-from . statix -- check 11 11 12 12 statix: 13 13 parallel: false
+3
statix.toml
··· 1 + disabled = ["repeated_keys"] 2 + nix_version = '2.4' 3 + ignore = ['.direnv', "packages/nodePackages/node-env.nix", "npins/default.nix"]