Archived
1
0
forked from rarias/bscpkgs

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

View File

@@ -131,7 +131,10 @@
# Experiments
exp = callPackage ./exp/index.nix { };
# Figures generated from the experiments
# Dataset generators from resultTree
ds = callPackage ./ds/index.nix { };
# Figures generated from the datasets
fig = callPackage ./fig/index.nix { };
}