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