report: build only required figures

Introduces a intermediate derivation that can be imported into the
report derivation, which contains a string cmd that expands the fig
variable as needed.
This commit is contained in:
2020-11-11 19:03:02 +01:00
parent 9a7e59a076
commit 5333058741
4 changed files with 28 additions and 5 deletions

View File

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