We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9c3384 commit ded6781Copy full SHA for ded6781
build.rs
@@ -14,6 +14,10 @@ use std::process::Command;
14
// HEGEL_BINARY_PATH is exported for use by the code.
15
16
fn main() {
17
+ // make our installed uv work under nix + madness:
18
+ // https://github.com/antithesishq/madness
19
+ std::env::set_var("MADNESS_ALLOW_LDD", "1");
20
+
21
let hegel_path = ensure_hegel();
22
eprintln!("using hegel: {}", hegel_path.display());
23
// export HEGEL_BINARY_PATH for use by our code
0 commit comments