mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
nixos/nextcloud: add nc version to drv name of mysql & declarative redis test
This commit is contained in:
parent
cd6157bea4
commit
02be206846
@ -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 ];
|
||||
};
|
||||
|
@ -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 ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user