mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
nixos/pcmcia: Type the last option
This commit is contained in:
parent
5015aeab6f
commit
9cdda88bb5
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue