nbody: fix converter rename in nanos6 CTF options
This commit is contained in:
parent
0781e8b28e
commit
7d66b34140
@ -79,7 +79,7 @@ let
|
|||||||
inherit nextStage;
|
inherit nextStage;
|
||||||
env = optionalString (conf.enableCTF) ''
|
env = optionalString (conf.enableCTF) ''
|
||||||
export NANOS6_CONFIG_OVERRIDE="version.instrument=ctf,\
|
export NANOS6_CONFIG_OVERRIDE="version.instrument=ctf,\
|
||||||
instrument.ctf.conversor.enabled=false"
|
instrument.ctf.converter.enabled=false"
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -85,7 +85,7 @@ let
|
|||||||
inherit nextStage;
|
inherit nextStage;
|
||||||
env = optionalString (conf.enableCTF) ''
|
env = optionalString (conf.enableCTF) ''
|
||||||
export NANOS6_CONFIG_OVERRIDE="version.instrument=ctf,\
|
export NANOS6_CONFIG_OVERRIDE="version.instrument=ctf,\
|
||||||
instrument.ctf.conversor.enabled=false"
|
instrument.ctf.converter.enabled=false"
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user