Silvan Mosberger a27dc9d3ab
nixos/znc: Fix config generator for certain null values
The type of ZNC's config option specifies that a configuration like

  config.User.paul = null;

should be valid, which is useful for clearing/disabling property sets
like Users and Networks. However until now the config generator
implementation didn't actually cover null values, meaning you'd get an
error like

  error: value is null while a set was expected, at /foo.nix:29:10

This fixes the implementation to correcly allow clearing of property
sets.
2019-05-01 00:06:11 +02:00
..
2019-01-30 15:59:01 +01:00
2019-03-24 21:13:19 +01:00
2019-03-24 21:15:26 +01:00
2019-03-01 11:10:44 +02:00
2018-04-26 13:57:11 +03:00
2018-09-29 20:51:11 -04:00
2018-05-02 10:30:30 -04:00
2017-09-09 00:29:46 +02:00
2018-07-20 18:48:37 +00:00
2019-03-24 21:15:26 +01:00
2019-03-24 21:15:26 +01:00
2018-09-06 12:38:30 +02:00
2018-09-23 15:26:55 +03:00
2019-03-14 01:28:53 +01:00
2019-03-24 21:15:27 +01:00
2018-07-20 18:48:37 +00:00
2018-02-20 10:14:55 +00:00
2019-03-24 21:15:28 +01:00
2018-11-07 14:51:45 +02:00
2019-01-26 03:12:09 +01:00
2019-04-02 12:16:48 +02:00
2019-03-24 21:15:28 +01:00
2018-04-13 13:39:21 +03:00
2018-01-21 11:23:07 +00:00
2019-02-08 10:28:20 +00:00
2019-04-23 22:52:23 +02:00
2019-02-07 13:18:57 -08:00
2019-04-24 07:46:01 -04:00
2019-03-24 21:15:29 +01:00