summaryrefslogtreecommitdiff
path: root/education/2018-09_ens/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'education/2018-09_ens/default.nix')
-rw-r--r--education/2018-09_ens/default.nix9
1 files changed, 3 insertions, 6 deletions
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.";
}