# Test that import builtin still works let imported = import ./imported_module.nix; in { value = imported.foo + 100; nested = imported.bar.baz; }