Robert Hensing

Results 909 comments of Robert Hensing

@zhaofengli does `git+file:../sub-dir-of-same-repo` work?

Relative paths currently rely on a source with the correct hash to be _already present_ in the store. This is fragile but won't be noticed by the flake author, because...

Tested by 2 maintainers and CI. Any reason not to merge?

I would normally use `haskell-flake`, which provides a bit more tooling by default, and higher level options.

I've opened https://github.com/cuedo/github-webhooks/pull/97 to show the alternative. I don't think anything's particularly wrong with this PR, but if you pick this one, presumably you're looking for more minimalism, and you...

This might be possible without having settings handlers (#9922) for settings that are localized to the repl. Some other settings might also just work, without settings handlers.

Something's off at https://github.com/NixOS/nix/actions/runs/11329016653/job/31503563737#step:6:2616 I haven't managed to find the connection, and the failure does not happen for me locally.

Discussed in meeting: > `don't know how to build these paths:` This comes from `libmain/shared.cc`, which gets info from `Store::queryMissing` through various CLI code paths. Unfortunately this code is disjoint...

I've seen bulky output get truncated, which would be the opposite problem of this issue. The process exit and pipe close are independent and important events. I think a good...

Sounds good to me.