This commit is contained in:
KoenDR06 2026-02-10 15:20:30 +01:00
parent ada4538ac8
commit 7bf6768323
2 changed files with 1 additions and 4 deletions

View file

@ -1,9 +1,6 @@
{
inputs,
outputs,
lib,
config,
pkgs,
...
}: let
inherit (lib) mkEnableOption mkIf mkOption types;