nix-lang: Add deep nested mixed attrs test case.

This commit is contained in:
Félix Baylac-Jacqué 2018-05-01 14:42:34 +02:00
parent 00584bb091
commit b2f3a7411a
No known key found for this signature in database
GPG Key ID: EFD315F31848DBA4
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
{
services.ssh.enable = true;
services.ssh = { port = 123; };
services = {
httpd.enable = true;
};
}