forked from lix-project/lix
nix-lang: Add deep nested mixed attrs test case.
This commit is contained in:
parent
00584bb091
commit
b2f3a7411a
7
tests/lang/parse-okay-mixed-nested-attrs-3.nix
Normal file
7
tests/lang/parse-okay-mixed-nested-attrs-3.nix
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
services.ssh.enable = true;
|
||||||
|
services.ssh = { port = 123; };
|
||||||
|
services = {
|
||||||
|
httpd.enable = true;
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in a new issue