fix lints

This commit is contained in:
2025-02-17 13:03:31 +01:00
parent 92d9184723
commit aa9ad6d9d0
9 changed files with 21 additions and 20 deletions

View File

@@ -75,12 +75,7 @@
};
nixosModules.default =
{
config,
pkgs,
lib,
...
}:
{ config, lib, ... }:
let
cfg = config.services.ascend;
in