This repository has been archived on 2025-10-07. You can view files and clone it, but cannot push or open issues or pull requests.
bscpkgs/garlic/ds/index.nix

14 lines
121 B
Nix

{
super
, self
, bsc
, garlic
, callPackage
}:
{
std = {
timetable = callPackage ./std/timetable.nix {};
};
}