Merge bscpkgs into jungle #189

Manually merged
rarias merged 1013 commits from merge-bscpkgs into master 2025-10-07 16:12:34 +02:00
2 changed files with 1 additions and 4 deletions
Showing only changes of commit 81d144d716 - Show all commits

View File

@@ -1,7 +1,6 @@
{
stdenv
, fig
, exp
, writeText
, busybox
, jq
@@ -9,7 +8,6 @@
}:
let
figJSON = writeText "fig.json" (builtins.toJSON fig);
expJSON = writeText "exp.json" (builtins.toJSON exp);
in
stdenv.mkDerivation {
name = "report";
@@ -19,8 +17,8 @@ in
ls -l
sed -i -e "s:@fig\.nbody\.test@:$(jq -r .nbody.test ${figJSON}):g" report.tex
jq . ${figJSON}
jq . ${expJSON}
pdflatex report.tex -o report.pdf
# Run again to fix figure references
pdflatex report.tex -o report.pdf
'';
installPhase = ''

View File

@@ -164,7 +164,6 @@ let
report = callPackage ./garlic/report.nix {
fig = self.bsc.garlic.fig;
exp = self.bsc.garlic.exp;
};
# Use the configuration for the following target machine