fix all statix warnings and re-enable statix pre-commit
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
@ -56,7 +56,7 @@ in
|
||||
|
||||
config =
|
||||
let
|
||||
repos = lib.filterAttrs (_: { enable, ... }: enable == true) cfg.repo;
|
||||
repos = lib.filterAttrs (_: { enable, ... }: enable) cfg.repo;
|
||||
in
|
||||
lib.mkIf cfg.enable {
|
||||
environment.systemPackages =
|
||||
|
Reference in New Issue
Block a user