mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 21:25:30 +03:00
slurm: 15-08-5-1 -> 17.02.6, slurm-llnl -> slurm
This commit is contained in:
parent
fc2819d998
commit
b917a8760e
3 changed files with 18 additions and 13 deletions
|
@ -36,9 +36,9 @@ in
|
|||
|
||||
package = mkOption {
|
||||
type = types.package;
|
||||
default = pkgs.slurm-llnl;
|
||||
defaultText = "pkgs.slurm-llnl";
|
||||
example = literalExample "pkgs.slurm-llnl-full";
|
||||
default = pkgs.slurm;
|
||||
defaultText = "pkgs.slurm";
|
||||
example = literalExample "pkgs.slurm-full";
|
||||
description = ''
|
||||
The package to use for slurm binaries.
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue