Eelco Dolstra

Results 299 comments of Eelco Dolstra

@djacu @RossComputerGuy The random "partially applied built-in function" failures should be fixed now (839aec22171605e1d39d81ad9b84dbaab8be0f39).

Closing this PR because it's outdated. An up-to-date version based on the new 16-byte `Value` type can be found [here](https://github.com/DeterminateSystems/nix-src/pull/125).

Closing, you can have inputs like `inputs.foo.url = "path:../bar"` now.

Added "idea approved" for having Nix wait for EOF *or* child exit, whichever happens first.

Yes, IIRC that was the reason. (Looks like the C++ rewrite of build-remote got rid of the rounding BTW, which may be by accident.)

Note that you can get around the BPF requirement by setting `filter-syscalls = false` in `nix.conf.

Approved, please file an expense afterwards on https://opencollective.com/nixos/expenses.

Maybe we should keep the `trivial` flake in its current form, since this PR makes it no longer entirely trivial. But we could make the default template point to this...

I'm not convinced removing `--derivation` is a good idea. In general, commands should operate on output paths by default, since .drv files are an implementation detail that might even disappear...