nixos/nextcloud: add nc version to drv name of mysql & declarative redis test

This commit is contained in:
Maximilian Bosch 2024-09-30 22:21:29 +02:00
parent cd6157bea4
commit 02be206846
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
{ pkgs, testBase, system, ... }:
{ name, pkgs, testBase, system, ... }:
with import ../../lib/testing-python.nix { inherit system pkgs; };
runTest ({ config, ... }: let inherit (config) adminuser; in {
name = "nextcloud-with-declarative-redis";
inherit name;
meta = with pkgs.lib.maintainers; {
maintainers = [ eqyiel ma27 ];
};

View File

@ -1,8 +1,8 @@
{ pkgs, testBase, system, ... }:
{ name, pkgs, testBase, system, ... }:
with import ../../lib/testing-python.nix { inherit system pkgs; };
runTest ({ config, ... }: {
name = "nextcloud-with-mysql-and-memcached";
inherit name;
meta = with pkgs.lib.maintainers; {
maintainers = [ eqyiel ];
};