summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorMarkus Kowalewski <markus.kowalewski@gmail.com>2018-10-25 21:03:23 +0200
committerMarkus Kowalewski <markus.kowalewski@gmail.com>2018-10-30 19:50:52 +0100
commitb388beeca3a3a2dd79ba2f2737deb294d4d4748b (patch)
tree70bb295e51de395ea2fda9b02f3e31ebef9c4f49 /nixos/tests
parentd2799d1835fdfc68e2b621beff1fa951f055ae39 (diff)
downloadnixlib-b388beeca3a3a2dd79ba2f2737deb294d4d4748b.tar
nixlib-b388beeca3a3a2dd79ba2f2737deb294d4d4748b.tar.gz
nixlib-b388beeca3a3a2dd79ba2f2737deb294d4d4748b.tar.bz2
nixlib-b388beeca3a3a2dd79ba2f2737deb294d4d4748b.tar.lz
nixlib-b388beeca3a3a2dd79ba2f2737deb294d4d4748b.tar.xz
nixlib-b388beeca3a3a2dd79ba2f2737deb294d4d4748b.tar.zst
nixlib-b388beeca3a3a2dd79ba2f2737deb294d4d4748b.zip
nixos/slurm: add maintainer to module and test
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/slurm.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/nixos/tests/slurm.nix b/nixos/tests/slurm.nix
index 6937a5f0991e..7f9c266cbff6 100644
--- a/nixos/tests/slurm.nix
+++ b/nixos/tests/slurm.nix
@@ -1,4 +1,4 @@
-import ./make-test.nix ({ ... }:
+import ./make-test.nix ({ lib, ... }:
 let
     mungekey = "mungeverryweakkeybuteasytointegratoinatest";
 
@@ -14,6 +14,8 @@ let
 in {
   name = "slurm";
 
+  meta.maintainers = [ lib.maintainers.markuskowa ];
+
   nodes =
     let
     computeNode =