forked from rarias/bscpkgs
ds: link the resultTree in the dataset
This commit is contained in:
@@ -6,17 +6,13 @@
|
||||
, callPackage
|
||||
}:
|
||||
|
||||
{
|
||||
std = {
|
||||
timetable = callPackage ./std/timetable.nix {};
|
||||
};
|
||||
rec {
|
||||
|
||||
osu = {
|
||||
latency = callPackage ./osu/latency.nix {};
|
||||
bw = callPackage ./osu/bw.nix {};
|
||||
};
|
||||
py = callPackage ./py.nix {};
|
||||
|
||||
perf.stat = callPackage ./perf/stat.nix {};
|
||||
|
||||
ctf.mode = callPackage ./ctf/mode.nix {};
|
||||
std.timetable = py { script = ./std-timetable.py; compress = false; };
|
||||
osu.latency = py { script = ./osu-latency.py; };
|
||||
osu.bw = py { script = ./osu-bw.py; };
|
||||
perf.stat = py { script = ./perf-stat.py; };
|
||||
ctf.mode = py { script = ./ctf-mode.py; };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user