mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
nixos/mihomo: fix option type
This commit is contained in:
parent
bf2f2c692c
commit
ed72e91db1
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ in
|
|||
package = lib.mkPackageOption pkgs "mihomo" { };
|
||||
|
||||
configFile = lib.mkOption {
|
||||
type = lib.types.nullOr lib.types.path;
|
||||
type = lib.types.path;
|
||||
description = "Configuration file to use.";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue