nh: add path option for flake (#6898)
This commit is contained in:
parent
4d2baba75e
commit
c803a38927
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ in
|
|||
package = lib.mkPackageOption pkgs "nh" { };
|
||||
|
||||
flake = lib.mkOption {
|
||||
type = lib.types.nullOr lib.types.singleLineStr;
|
||||
type = with lib.types; nullOr (either singleLineStr path);
|
||||
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