Archived
1
0
forked from rarias/bscpkgs

ds: add ctf mode analysis

This commit is contained in:
2021-03-12 12:10:18 +01:00
parent 968accd552
commit 56c625bfe4
3 changed files with 108 additions and 0 deletions

View File

@@ -17,4 +17,6 @@
};
perf.stat = callPackage ./perf/stat.nix {};
ctf.mode = callPackage ./ctf/mode.nix {};
}