Sandro

Results 891 comments of Sandro

> the bug is that running `nix develop --command nix build` breaks How? What breaks? Do you have logs?

I also encounter this while doing nix copy and killing the remote nix daemon fixed it.

> Where you copy-ing to `root@`? Yes. Are we not suppoed to do that? Or do we need to set ``NIX_REMOTE=daemon``?

If I drop a file into a window I expect it to be uploaded as an attachment.

This is still an issue and makes the search not really usable.

Are there any other breakages known other than the unmaintained node2nix project?

> it would have significantly increased eval check time That is my main concern. > but nodePackages being dontRecurseIntoAttrs and therefore expected to have busted eval in general is a...

Took me a while but the readme should now be way more polished and we also integrated our options search into it. Can you take another look?

I tried the following diff on a real world microvm deployment and it only made a difference of ~6-~8s seconds. ```diff diff --git a/lib/runners/cloud-hypervisor.nix b/lib/runners/cloud-hypervisor.nix index 873eb85..fe43cb4 100644 --- a/lib/runners/cloud-hypervisor.nix...

The cloud-hypervisor example starts up fast but as soon as you add some minimal load, it gets disproportionately slower than expected. This could also be an upstream bug.