forked from rarias/bscpkgs
ds: add fast timetable generator
This commit is contained in:
13
garlic/ds/index.nix
Normal file
13
garlic/ds/index.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
super
|
||||
, self
|
||||
, bsc
|
||||
, garlic
|
||||
, callPackage
|
||||
}:
|
||||
|
||||
{
|
||||
std = {
|
||||
timetable = callPackage ./std/timetable.nix {};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user