summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorAstro <astro@spaceboyz.net>2022-03-08 02:46:26 +0100
committerAstro <astro@spaceboyz.net>2022-03-09 01:19:10 +0100
commit70c1e849c0b5741e07e7d8d0d418764e2fdb4e24 (patch)
treed68e3e477acc0424115b9d2f7e6fda725e360ef4 /pkgs/servers
parenta60ab35dd653b0969c014ced93396d212f1c460c (diff)
downloadnixpkgs-70c1e849c0b5741e07e7d8d0d418764e2fdb4e24.tar
nixpkgs-70c1e849c0b5741e07e7d8d0d418764e2fdb4e24.tar.gz
nixpkgs-70c1e849c0b5741e07e7d8d0d418764e2fdb4e24.tar.bz2
nixpkgs-70c1e849c0b5741e07e7d8d0d418764e2fdb4e24.tar.lz
nixpkgs-70c1e849c0b5741e07e7d8d0d418764e2fdb4e24.tar.xz
nixpkgs-70c1e849c0b5741e07e7d8d0d418764e2fdb4e24.tar.zst
nixpkgs-70c1e849c0b5741e07e7d8d0d418764e2fdb4e24.zip
nixos/tests/pacemaker: init
Diffstat (limited to 'pkgs/servers')
-rw-r--r--pkgs/servers/corosync/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/servers/corosync/default.nix b/pkgs/servers/corosync/default.nix
index 257837f1414..4df8a547dff 100644
--- a/pkgs/servers/corosync/default.nix
+++ b/pkgs/servers/corosync/default.nix
@@ -65,6 +65,10 @@ stdenv.mkDerivation rec {
       --prefix PATH ":" "$out/sbin:${libqb}/sbin"
   '';
 
+  passthru.tests = {
+    inherit (nixosTests) pacemaker;
+  };
+
   meta = {
     homepage = "http://corosync.org/";
     description = "A Group Communication System with features for implementing high availability within applications";