0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

nixos/pcmcia: Type the last option

This commit is contained in:
Janne Heß 2021-12-07 18:38:42 +01:00
parent 5015aeab6f
commit 9cdda88bb5
No known key found for this signature in database
GPG key ID: 69165158F05265DF

View file

@ -35,6 +35,7 @@ in
config = mkOption { config = mkOption {
default = null; default = null;
type = types.nullOr types.path;
description = '' description = ''
Path to the configuration file which maps the memory, IRQs Path to the configuration file which maps the memory, IRQs
and ports used by the PCMCIA hardware. and ports used by the PCMCIA hardware.