mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 11:45:45 +03:00
![]() 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. |
||
---|---|---|
.. | ||
basic.nix | ||
default.nix | ||
with-declarative-redis-and-secrets.nix | ||
with-mysql-and-memcached.nix | ||
with-objectstore.nix | ||
with-postgresql-and-redis.nix |