forked from rarias/bscpkgs
heat: rename test -> granul experiment
This commit is contained in:
parent
29d7245135
commit
c1efba1e65
@ -64,7 +64,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
heat = {
|
heat = {
|
||||||
test = callPackage ./heat/test.nix { };
|
granul = callPackage ./heat/granul.nix { };
|
||||||
};
|
};
|
||||||
|
|
||||||
bigsort = rec {
|
bigsort = rec {
|
||||||
|
@ -45,7 +45,7 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
heat = with exp.heat; {
|
heat = with exp.heat; {
|
||||||
test = stdPlot ./heat/test.R [ test ];
|
granul = stdPlot ./heat/granul.R [ granul ];
|
||||||
};
|
};
|
||||||
|
|
||||||
creams = with exp.creams; {
|
creams = with exp.creams; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user