mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-24 05:00:19 +00:00
nixos/mihomo: fix option type
This commit is contained in:
parent
bf2f2c692c
commit
ed72e91db1
@ -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…
Reference in New Issue
Block a user