Files
lix/src/libexpr
Andrea BediniandGitHub 3c78920f73 Parse TOML timestamps (#8120)
Currently `fromTOML` throws an exception when encountering a timestamp
since the Nix language lacks a way to represent them.

This patch changes this beaviour and makes `fromTOML` parse timestamps as
attrsets of the format

  { _type = "timestamp"; value = "1979-05-27T07:32:00Z"; }

This is guarded by an experimental feature flag to leave room for iterating on the representation.
2023-06-09 11:53:18 +02:00
..
2023-06-09 11:53:18 +02:00
2022-04-26 13:25:17 +02:00
2023-04-25 16:52:02 +02:00
2023-04-03 18:45:20 +02:00
2023-02-10 18:38:57 +01:00
2023-04-06 15:25:06 +02:00