chore: tidy
This commit is contained in:
@@ -90,8 +90,7 @@ fn import_with_complex_dependency_graph() {
|
||||
std::fs::write(&utils_path, "{ double = x: x * 2; }").unwrap();
|
||||
|
||||
let math_path = temp_dir.path().join("math.nix");
|
||||
let math_content =
|
||||
r#"let utils = import ./utils.nix; in { triple = x: x + utils.double x; }"#;
|
||||
let math_content = r#"let utils = import ./utils.nix; in { triple = x: x + utils.double x; }"#;
|
||||
std::fs::write(&math_path, math_content).unwrap();
|
||||
|
||||
let main_path = temp_dir.path().join("main.nix");
|
||||
|
||||
Reference in New Issue
Block a user