nixos/slurm: fix obselete string type

This commit is contained in:
Markus Kowalewski 2018-10-24 00:08:39 +02:00
parent 79c9dbfb40
commit f51f753416
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

@ -183,7 +183,7 @@ in
};
procTrackType = mkOption {
type = types.string;
type = types.str;
default = "proctrack/linuxproc";
description = ''
Plugin to be used for process tracking on a job step basis.