diff --git a/crates/nix-weather/src/nix.rs b/crates/nix-weather/src/nix.rs index 80f05cc..13eb7ac 100644 --- a/crates/nix-weather/src/nix.rs +++ b/crates/nix-weather/src/nix.rs @@ -12,7 +12,6 @@ use std::{ pub fn get_requisites(host: &str, config_dir: &str) -> String { let get_drv_path = Command::new("nix") .current_dir(Path::new(config_dir)) - .env("NIXPKGS_ALLOW_INSECURE", "1") // FIXME Idk but fix it .args([ "build", "--impure",