ds: add fast timetable generator

This commit is contained in:
2021-03-01 11:16:03 +01:00
parent 051a74b85d
commit 09a0348b0e
4 changed files with 108 additions and 1 deletions

13
garlic/ds/index.nix Normal file
View File

@@ -0,0 +1,13 @@
{
super
, self
, bsc
, garlic
, callPackage
}:
{
std = {
timetable = callPackage ./std/timetable.nix {};
};
}