summary refs log tree commit diff
path: root/nixos/modules/services/computing
diff options
context:
space:
mode:
authorDmitry Kalinkin <dmitry.kalinkin@gmail.com>2017-07-13 04:35:54 +0300
committerDmitry Kalinkin <dmitry.kalinkin@gmail.com>2017-07-13 03:13:05 -0400
commitb917a8760ef63d28cb23b76ecfe000e9b0bd1f3c (patch)
tree26d7861e098625c83a04ee3603629c72b26f867e /nixos/modules/services/computing
parentfc2819d998a713ed04a95d728b63f0c921334906 (diff)
downloadnixlib-b917a8760ef63d28cb23b76ecfe000e9b0bd1f3c.tar
nixlib-b917a8760ef63d28cb23b76ecfe000e9b0bd1f3c.tar.gz
nixlib-b917a8760ef63d28cb23b76ecfe000e9b0bd1f3c.tar.bz2
nixlib-b917a8760ef63d28cb23b76ecfe000e9b0bd1f3c.tar.lz
nixlib-b917a8760ef63d28cb23b76ecfe000e9b0bd1f3c.tar.xz
nixlib-b917a8760ef63d28cb23b76ecfe000e9b0bd1f3c.tar.zst
nixlib-b917a8760ef63d28cb23b76ecfe000e9b0bd1f3c.zip
slurm: 15-08-5-1 -> 17.02.6, slurm-llnl -> slurm
Diffstat (limited to 'nixos/modules/services/computing')
-rw-r--r--nixos/modules/services/computing/slurm/slurm.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/nixos/modules/services/computing/slurm/slurm.nix b/nixos/modules/services/computing/slurm/slurm.nix
index ee38a42199ee..fb91a29a4000 100644
--- a/nixos/modules/services/computing/slurm/slurm.nix
+++ b/nixos/modules/services/computing/slurm/slurm.nix
@@ -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.
         '';