Aλexandre Peyroux

Results 3 comments of Aλexandre Peyroux

@haslersn It compiles but for me it doesn't make a static binary (with openssl depends). ``` ldd target/x86_64-unknown-linux-musl/release/mqtt-webhook linux-vdso.so.1 (0x00007ffdff5cc000) libssl.so.1.1 => /nix/store/3x85azr8a9i2vl096ix0yqb6k7pqmcnh-openssl-1.1.1b-x86_64-unknown-linux-musl/lib/libssl.so.1.1 (0x00007ff62dad9000) libcrypto.so.1.1 => /nix/store/3x85azr8a9i2vl096ix0yqb6k7pqmcnh-openssl-1.1.1b-x86_64-unknown-linux-musl/lib/libcrypto.so.1.1 (0x00007ff62d852000) libc.so =>...

It works with this example ``` with import {}; let rust = (rustChannels.nightly.rust.override { targets = [ "x86_64-unknown-linux-musl" ]; }); in pkgs.mkShell { name = "env-mqtt-webhook"; buildInputs = [ rust...

Hello, What would be the solution to bypass it? I try this : ``` nix run -i -k https_proxy nixpkgs.pypi2nix -c pypi2nix -V3 -r ../requirements.txt pypi2nix v1.8.1 running ... Stage1:...