sander

Results 88 comments of sander

@Fxbouffant, is there anything special about this machine? Any sort of "security" software? Antivirus, firewalls, VPNs? I found this issue: https://github.com/NixOS/nix/issues/8250

> sometimes when running devenv update, although it is only the download itself that is really slow, @pogopaule, this runs `nix flake update` under the hood. The tarball downloads from...

It's missing `rpath` for some reason 🤔 ```shell ➜ readelf -d $(which rust-analyzer) Dynamic section at offset 0x199c3d8 contains 34 entries: Tag Type Name/Value 0x0000000000000001 (NEEDED) Shared library: [librustc_driver-4766cc27bbc2a07e.so] 0x0000000000000001...

> languages.rust.channel = "stable"; This line breaks it.

Upstream fix: https://github.com/nix-community/fenix/pull/147

@albertilagan, I can't seem to replicate this. Am I missing anything? This the setup I used: https://gist.github.com/sandydoo/640404ce7f88a0f5bbf3c27875ee1453

If you're experiencing this issue, please post gists with your `devenv.nix`, `devenv.yaml`, and `devenv.lock` files.

> most probably it's because you use flake. And git flakes are not coping flies that are not added to git. Correct. This is well-known design problem with flakes. I...

@cmoog, how large is the derivation you're uploading? We bumped the default to 32MiB in `1.7.2`. That gets you a max of 320GiB per derivation. You can also increase the...