This commit is contained in:
KoenDR06 2025-09-16 23:54:10 +02:00
parent c65c6c8fc6
commit 6c5ddcadff
3 changed files with 2 additions and 6 deletions

View file

@ -1,7 +1,4 @@
{
lib,
...
}: let
{lib, ...}: let
inherit (lib) mkOption types;
in {
imports = [

View file

@ -33,4 +33,3 @@ in {
};
};
}