Merge bscpkgs into jungle #189

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

View File

@@ -64,7 +64,7 @@
};
heat = {
test = callPackage ./heat/test.nix { };
granul = callPackage ./heat/granul.nix { };
};
bigsort = rec {

View File

@@ -45,7 +45,7 @@ in
};
heat = with exp.heat; {
test = stdPlot ./heat/test.R [ test ];
granul = stdPlot ./heat/granul.R [ granul ];
};
creams = with exp.creams; {