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
lib.mkMerge & lib.mkIf is used by module system for lazy evaluation & mergeing, while lib.attrsets.mergeAttrsList & lib.optionals is only little nix functions. It's recommend to use lib.mkMerge & lib.mkIf only inside imports = [ ... ] and config = { ... }.