Merge pull request #190959 from pennae/cachix-host-type
nixos/cachix-agent: fix type for host option
This commit is contained in:
commit
2f22b267c5
@ -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 New Issue
Block a user