From d7aa4ab864982ceed64565403c030a87d940372b Mon Sep 17 00:00:00 2001 From: Zhaofeng Li Date: Thu, 9 Jun 2022 11:35:02 -0700 Subject: [PATCH] hive/tests: Fix editorconfig --- src/nix/hive/tests/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nix/hive/tests/mod.rs b/src/nix/hive/tests/mod.rs index 5d33b90..37a9334 100644 --- a/src/nix/hive/tests/mod.rs +++ b/src/nix/hive/tests/mod.rs @@ -531,7 +531,7 @@ fn test_hive_introspect() { "#); let expr = r#" - { pkgs, lib, nodes }: + { pkgs, lib, nodes }: assert pkgs ? hello; assert lib ? versionAtLeast; nodes.test.config.boot.isContainer