nh: change flake option type to singleLineStr (#6468)
This commit is contained in:
parent
5c5697b82a
commit
c1ea92cdfb
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ in {
|
|||
package = lib.mkPackageOption pkgs "nh" { };
|
||||
|
||||
flake = lib.mkOption {
|
||||
type = lib.types.nullOr lib.types.path;
|
||||
type = lib.types.nullOr lib.types.singleLineStr;
|
||||
default = null;
|
||||
description = ''
|
||||
The path that will be used for the {env}`FLAKE` environment variable.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue