nixos/slurm: fix obselete string type

wip/yesman
Markus Kowalewski 6 years ago
parent 79c9dbfb40
commit f51f753416
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB
  1. 2
      nixos/modules/services/computing/slurm/slurm.nix

@ -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.

Loading…
Cancel
Save