From 4b220f4c5802bca0c887a4e1e70e8dad091548e9 Mon Sep 17 00:00:00 2001 From: Emile Date: Fri, 2 Aug 2024 23:52:03 +0200 Subject: ports --- nix/modules/ports/default.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/nix/modules/ports/default.nix b/nix/modules/ports/default.nix index 15507e2..6f79635 100644 --- a/nix/modules/ports/default.nix +++ b/nix/modules/ports/default.nix @@ -1,10 +1,7 @@ { lib, ... }: with lib; { - options = mkOption { - type = types.attrs; - default = false; - example = true; - description = "Whether to enable this cool module."; + options.emile.ports = mkOption { + type = types.anything; }; } -- cgit 1.4.1