From 1b58988cc70068e43c479809f3b3fa34bc5ff11d Mon Sep 17 00:00:00 2001 From: "quentin@aristote.fr" Date: Sun, 20 Aug 2023 14:27:53 +0200 Subject: change api to accomodate for tex cv --- education/2018-09_ens/default.nix | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'education/2018-09_ens/default.nix') diff --git a/education/2018-09_ens/default.nix b/education/2018-09_ens/default.nix index 6c5aa4a..4adeee8 100644 --- a/education/2018-09_ens/default.nix +++ b/education/2018-09_ens/default.nix @@ -2,8 +2,16 @@ { date = { - start = "2018-09-01"; - end = "2023-08-31"; + start = { + year = 2018; + month = 9; + day = 1; + }; + end = { + year = 2023; + month = 8; + day = 31; + }; }; institution = { name = "École Normale Supérieure"; -- cgit v1.2.3