From 9cdda88bb513a97ab9aad553660f2be1c5da791d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Janne=20He=C3=9F?= Date: Tue, 7 Dec 2021 18:38:42 +0100 Subject: [PATCH] nixos/pcmcia: Type the last option --- nixos/modules/hardware/pcmcia.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/hardware/pcmcia.nix b/nixos/modules/hardware/pcmcia.nix index d7d002ae6c8a..aef35a28e54d 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.