From 102ed4e7d78dd17ce8ce9e0b928f5123e94d0cfa Mon Sep 17 00:00:00 2001 From: Quentin Aristote Date: Fri, 11 Nov 2022 17:27:34 +0100 Subject: add initial data --- education/default.nix | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 education/default.nix (limited to 'education/default.nix') diff --git a/education/default.nix b/education/default.nix new file mode 100644 index 0000000..ffe5dd9 --- /dev/null +++ b/education/default.nix @@ -0,0 +1,3 @@ +{ make, ... }: + +builtins.map (path: make path { }) [ ./2016-09_llg.nix ./2018-09_ens ] -- cgit v1.2.3