chore(linter/formatter): Add statix
This commit is contained in:
parent
68d16b8212
commit
3eef78654a
2 changed files with 5 additions and 2 deletions
|
|
@ -10,7 +10,7 @@
|
|||
url = "github:nix-community/lanzaboote/v0.4.2";
|
||||
inputs.nixpkgs.follows = "unstable";
|
||||
};
|
||||
|
||||
statix.url = "github:oppiliappan/statix";
|
||||
# Darkreader requires es20, hence a stable pin
|
||||
pkgsDarkreader.url = "github:NixOs/nixpkgs/nixos-24.11";
|
||||
|
||||
|
|
@ -97,7 +97,7 @@
|
|||
inherit pkgsDarkreader;
|
||||
};
|
||||
system = currentSystem;
|
||||
lib = inputs.unstable.lib;
|
||||
inherit (inputs.unstable) lib;
|
||||
};
|
||||
docs = import ./docs {
|
||||
inherit inputs;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue