DavHau

Results 328 comments of DavHau

Fixing this issue would be quite important. As of now, nix is fundamentally incompatible with fast computers. On anything with more than 16 cores, nix has to be tamed to...

example log: ``` > nix build .#devShells.x86_64-linux.default --show-trace error: filesystem error: directory iterator cannot open directory: No such file or directory [/nix/store/sl3888lrvzwn0n61vs83zap7hcfypyv3-source/nix/machines] ```

Hey, I guess that the virtual nix store under ~/nix-portable might be corrupt. If you delete it, does it work?

dream2nix supports input that doesn't have URLs and hashes. We just need to create a program that calculates them. This is called [impure translator](https://nix-community.github.io/dream2nix/intro/translators.html#impure-running-outside-of-nix-build) in dream2nix. The result will be...

Are you looking for this? https://github.com/nix-community/dream2nix/blob/a5e098038c42528bf4dff2db6cb958b1777b00e3/examples/nodejs_eslint/flake.nix#L20

Good point! We should rename it.

The problem only occurs since nix 2.21.x

Small correction. I mistakenly associated the buildbot eval failure of https://github.com/nix-community/dream2nix/pull/921 with the current bug, but in fact the reason for it was [a missing `allRefs = true`](https://github.com/nix-community/dream2nix/pull/927/files) which made...

Possibly related: https://github.com/nix-community/dream2nix/issues/885

It should be supported. Could you open an issue with a minimal reproducer flake where it doesn't work?