about summary refs log tree commit diff
path: root/third_party/nix/tests/lang/parse-okay-mixed-nested-attrs-3.nix
{
    services.ssh.enable = true;
    services.ssh = { port = 123; };
    services = {
        httpd.enable = true;
    };
}