Correct cleanup of the .drv directory after build
Dependencies
- [2]
ODUDDQRYAdding the OCaml interface - [3]
YJYXDY6ACapturing stdout/stderr for the derivations that ask
Change contents
- edit in src/container.rs at line 331
std::fs::remove_dir(&tmp_store).unwrap_or(()); - edit in src/container.rs at line 332
std::fs::remove_dir(&tmp_dir).unwrap_or(());