diff options
Diffstat (limited to 'education/default.nix')
| -rw-r--r-- | education/default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
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 ] |
