nixpkgs/nixos/tests/nextcloud
Maximilian Bosch ad175bca29
nixos/nextcloud: fix eval of tests
Currently failing with

    error: cannot coerce a set to a string: { __functionArgs = «thunk»; __functor = «thunk»; }

This comes from the `extraTests` option I added to the test modules to
compose certain tests a little nicer. It's of type

    either (functionTo ...) str

and it seems like the `functionTo` part now returns a functor (i.e. an
attr-set that can be invoked as function). This is caught by
`lib.isFunction`, but `builtins.isFunction` returns `false`.

Hence, switching to the former fixes this.
2025-03-26 16:49:54 +01:00
..
basic.nix nixos/tests/nextcloud: use lib instead of pkgs.lib wherever trivial 2025-01-21 13:13:35 +01:00
default.nix nixos/nextcloud: fix eval of tests 2025-03-26 16:49:54 +01:00
with-declarative-redis-and-secrets.nix nixos/tests/nextcloud: fix redis cache non empty tests 2025-01-21 13:13:36 +01:00
with-mysql-and-memcached.nix nixos/tests/nextcloud: use lib instead of pkgs.lib wherever trivial 2025-01-21 13:13:35 +01:00
with-objectstore.nix nixos/tests/nextcloud: use lib instead of pkgs.lib wherever trivial 2025-01-21 13:13:35 +01:00
with-postgresql-and-redis.nix nixos/tests/nextcloud: fix redis cache non empty tests 2025-01-21 13:13:36 +01:00