about summary refs log tree commit diff
path: root/third_party/nix/src/tests/lang/parse-okay-mixed-nested-attrs-3.nix
diff options
context:
space:
mode:
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.nix7
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 45a33e4803..0000000000
--- 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;
-    };
-}