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;
|
||||
|
|
|
|||
|
|
@ -4,6 +4,8 @@
|
|||
lib,
|
||||
options,
|
||||
pkgs,
|
||||
inputs,
|
||||
system,
|
||||
...
|
||||
}: {
|
||||
options.mods = {
|
||||
|
|
@ -50,6 +52,7 @@
|
|||
then
|
||||
with pkgs;
|
||||
[
|
||||
inputs.statix.packages.${system}.default
|
||||
adwaita-icon-theme
|
||||
dbus
|
||||
dconf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue