Eelco Dolstra

Results 299 comments of Eelco Dolstra

Unfortunately I don't see how to do this, because we can't rely on the contents of `.git` to be binary-reproducible (e.g. due to the details of how git objects are...

Test failing: ``` /home/runner/work/_temp/d1f57064-829e-4bee-a6ab-a767f7974e82.sh: line 1: determinate-nixd: command not found ```

I implemented patch support for `fetchTree`, which could be extended to flake inputs (https://github.com/edolstra/nix/commit/ffd26226b81e6cc51197ca101ffb926b5e44a841). Since this is part of the lazy trees branch, it doesn't require writing a complete copy...

@fricklerhandwerk I agree, but that's a bit of a general problem beyond the scope of this PR, since currently every `MixProfile` command has this issue. What do you mean with...

https://github.com/NixOS/nix/issues/11659 for the `--profile` documentation issue.

So the reason I didn't enable paging yet is that it can interact badly with the progress indicator. Maybe what we should do is show the progress indicator until the...

Ideally we would use `logger->writeToStdout` / `logger->cout` everywhere (instead of `std::cout`), and then the progress bar logger can disable itself and start the pager the first time `writeToStdout` is called.

Marking it as draft since it has a bunch of conflicts. Anybody want to pick this up?

The S3 store was originally part of Hydra before we moved it into Nix, so it should be straightforward to move it into its own derivation. No need to involve...

I think `nix derivation instantiate` is preferable since we don't want to pollute the top-level namespace with a utility command like this. Also, maybe it should be `nix derivation create`...