Merge pull request #190959 from pennae/cachix-host-type
nixos/cachix-agent: fix type for host option
Domen Kožar 3 years ago 2f22b267 4f07c962
··· 30 30 }; 31 31 32 32 host = mkOption { 33 33 - type = types.str; 33 33 + type = types.nullOr types.str; 34 34 default = null; 35 35 description = lib.mdDoc "Cachix uri to use."; 36 36 };