You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
checkConfigError 'The option .mergedName. in .*\.nix. is already declared in .*\.nix' config.mergedName ./name-merge-attrsWith-2.nix
400
400
401
+
# Test the attrsOf functor.wrapped warning
402
+
# shellcheck disable=2016
403
+
NIX_ABORT_ON_WARN=1 checkConfigError 'The deprecated `type.functor.wrapped` attribute of the option `mergedLazyLazy` is accessed, use `type.nestedTypes.elemType` instead.' options.mergedLazyLazy.type.functor.wrapped ./lazy-attrsWith.nix
404
+
401
405
# Even with multiple assignments, a type error should be thrown if any of them aren't valid
402
406
checkConfigError 'A definition for option .* is not of type .*' \
0 commit comments