From eebffc190776afdb92ef959270c4863bf21a3cf8 Mon Sep 17 00:00:00 2001 From: "quentin@aristote.fr" Date: Sun, 17 Sep 2023 18:40:48 +0200 Subject: reformat code --- education/2018-09_ens/default.nix | 9 +++------ 1 file changed, 3 insertions(+), 6 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 4adeee8..426b8e7 100644 --- a/education/2018-09_ens/default.nix +++ b/education/2018-09_ens/default.nix @@ -1,6 +1,4 @@ -{ make, ... }: - -{ +{make, ...}: { date = { start = { year = 2018; @@ -19,11 +17,10 @@ location = "Paris, France"; }; studyType = "Master's degree in Theoretical Computer Science"; - years = builtins.map (path: make path { }) [ + years = builtins.map (path: make path {}) [ ./2018-09_l3.nix ./2019-09_m1.nix ./2021-09_m2.nix ]; - description = - "Took two gap years: one to follow additional postgraduate courses in Mathematics; one to do additional internships."; + description = "Took two gap years: one to follow additional postgraduate courses in Mathematics; one to do additional internships."; } -- cgit v1.2.3