Add example report

This commit is contained in:
2020-10-19 11:52:47 +02:00
parent 067fb0c0a2
commit 30ad4219d9
3 changed files with 66 additions and 0 deletions

View File

@@ -162,6 +162,11 @@ let
# Configuration for the machines
machines = callPackage ./garlic/machines.nix {};
report = callPackage ./garlic/report.nix {
fig = self.bsc.garlic.fig;
exp = self.bsc.garlic.exp;
};
# Use the configuration for the following target machine
targetMachine = self.garlic.machines.mn4;