nixos/slurm: fix obselete string type
This commit is contained in:
parent
79c9dbfb40
commit
f51f753416
@ -183,7 +183,7 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
procTrackType = mkOption {
|
procTrackType = mkOption {
|
||||||
type = types.string;
|
type = types.str;
|
||||||
default = "proctrack/linuxproc";
|
default = "proctrack/linuxproc";
|
||||||
description = ''
|
description = ''
|
||||||
Plugin to be used for process tracking on a job step basis.
|
Plugin to be used for process tracking on a job step basis.
|
||||||
|
Loading…
Reference in New Issue
Block a user