diff options
| author | quentin@aristote.fr <quentin@aristote.fr> | 2023-09-17 18:40:48 +0200 |
|---|---|---|
| committer | quentin@aristote.fr <quentin@aristote.fr> | 2023-09-17 18:40:48 +0200 |
| commit | eebffc190776afdb92ef959270c4863bf21a3cf8 (patch) | |
| tree | 68c7bd8fa25b9044213b67c34adba822445c65f2 /education/2018-09_ens | |
| parent | 7f5f01ef3d3eb56a24db31b7ddf85fc4ce3b37fc (diff) | |
reformat code
Diffstat (limited to 'education/2018-09_ens')
| -rw-r--r-- | education/2018-09_ens/2018-09_l3.nix | 7 | ||||
| -rw-r--r-- | education/2018-09_ens/2019-09_m1.nix | 4 | ||||
| -rw-r--r-- | education/2018-09_ens/2021-09_m2.nix | 7 | ||||
| -rw-r--r-- | education/2018-09_ens/default.nix | 9 |
4 files changed, 8 insertions, 19 deletions
diff --git a/education/2018-09_ens/2018-09_l3.nix b/education/2018-09_ens/2018-09_l3.nix index d02c9e3..aba9e82 100644 --- a/education/2018-09_ens/2018-09_l3.nix +++ b/education/2018-09_ens/2018-09_l3.nix @@ -1,6 +1,4 @@ -{ ... }: - -{ +{...}: { date = { start = { year = 2018; @@ -39,6 +37,5 @@ "Information Theory" ]; }; - description = - "Graduated with highest honors in Computer Science (17.80/20), with honors in Mathematics (14.74/20)."; + description = "Graduated with highest honors in Computer Science (17.80/20), with honors in Mathematics (14.74/20)."; } diff --git a/education/2018-09_ens/2019-09_m1.nix b/education/2018-09_ens/2019-09_m1.nix index 40ca4d1..9c85316 100644 --- a/education/2018-09_ens/2019-09_m1.nix +++ b/education/2018-09_ens/2019-09_m1.nix @@ -1,6 +1,4 @@ -{ ... }: - -{ +{...}: { date = { start = { year = 2019; diff --git a/education/2018-09_ens/2021-09_m2.nix b/education/2018-09_ens/2021-09_m2.nix index 02ebc0b..a60e3e4 100644 --- a/education/2018-09_ens/2021-09_m2.nix +++ b/education/2018-09_ens/2021-09_m2.nix @@ -1,6 +1,4 @@ -{ ... }: - -{ +{...}: { date = { start = { year = 2021; @@ -39,6 +37,5 @@ "Probabilistic Programming" ]; }; - description = - "Graduated with highest honors (18.43/20), second of a highly-selective class of 70 students."; + description = "Graduated with highest honors (18.43/20), second of a highly-selective class of 70 students."; } 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."; } |
