diff options
Diffstat (limited to 'third_party/nix/src/tests/lang/parse-okay-mixed-nested-attrs-3.nix')
-rw-r--r-- | third_party/nix/src/tests/lang/parse-okay-mixed-nested-attrs-3.nix | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/third_party/nix/src/tests/lang/parse-okay-mixed-nested-attrs-3.nix b/third_party/nix/src/tests/lang/parse-okay-mixed-nested-attrs-3.nix deleted file mode 100644 index 45a33e480373..000000000000 --- a/third_party/nix/src/tests/lang/parse-okay-mixed-nested-attrs-3.nix +++ /dev/null @@ -1,7 +0,0 @@ -{ - services.ssh.enable = true; - services.ssh = { port = 123; }; - services = { - httpd.enable = true; - }; -} |