nix-user-chroot 1.2.2

Install & Run nix without root permissions
Documentation
1
2
3
4
5
6
fn main() {
    println!(
        "cargo:rustc-env=TARGET={}",
        std::env::var("TARGET").unwrap()
    );
}