nbody: fix converter rename in nanos6 CTF options

This commit is contained in:
Rodrigo Arias 2021-03-12 12:49:08 +01:00
parent 0781e8b28e
commit 7d66b34140
2 changed files with 2 additions and 2 deletions

View File

@ -79,7 +79,7 @@ let
inherit nextStage;
env = optionalString (conf.enableCTF) ''
export NANOS6_CONFIG_OVERRIDE="version.instrument=ctf,\
instrument.ctf.conversor.enabled=false"
instrument.ctf.converter.enabled=false"
'';
};

View File

@ -85,7 +85,7 @@ let
inherit nextStage;
env = optionalString (conf.enableCTF) ''
export NANOS6_CONFIG_OVERRIDE="version.instrument=ctf,\
instrument.ctf.conversor.enabled=false"
instrument.ctf.converter.enabled=false"
'';
};