with import {}; stdenv.mkDerivation { name = "cllm-env"; nativeBuildInputs = [ rustup rustc cargo rust-analyzer pkgconfig openssl.dev ]; # Set Environment Variables RUST_BACKTRACE = 1; }