0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 14:10:33 +03:00

Merge pull request #27350 from veprbl/slurm

Bump slurm, add pyslurm
This commit is contained in:
Jörg Thalheim 2017-07-13 09:32:51 +01:00 committed by GitHub
commit c29b5b5a40
7 changed files with 75 additions and 22 deletions

View file

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