Merge pull request #190959 from pennae/cachix-host-type
nixos/cachix-agent: fix type for host option
This commit is contained in:
commit
2f22b267c5
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ in {
|
|||
};
|
||||
|
||||
host = mkOption {
|
||||
type = types.str;
|
||||
type = types.nullOr types.str;
|
||||
default = null;
|
||||
description = lib.mdDoc "Cachix uri to use.";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue