From 9cdda88bb513a97ab9aad553660f2be1c5da791d Mon Sep 17 00:00:00 2001 From: Janne Heß Date: Tue, 7 Dec 2021 18:38:42 +0100 Subject: nixos/pcmcia: Type the last option --- nixos/modules/hardware/pcmcia.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nixos/modules/hardware') diff --git a/nixos/modules/hardware/pcmcia.nix b/nixos/modules/hardware/pcmcia.nix index d7d002ae6c8..aef35a28e54 100644 --- a/nixos/modules/hardware/pcmcia.nix +++ b/nixos/modules/hardware/pcmcia.nix @@ -35,6 +35,7 @@ in config = mkOption { default = null; + type = types.nullOr types.path; description = '' Path to the configuration file which maps the memory, IRQs and ports used by the PCMCIA hardware. -- cgit 1.4.1