raf

Results 323 comments of raf

"minor refactor" ###### got here from [this post](https://not-a-number.io/2025/refactoring-my-infrastructure-as-code-configurations/), it was a fun read :)

Cannot reproduce on mainline Nix.

I've improved the error behavior in recent commits. Please see if the error persists with nh built from the master branch, and provide the new `--verbose` output if it does.

NH establishes the authenticated connection during search.

See [the relevant bit](https://github.com/nix-community/nh/blob/master/src/search.rs#L136) for auth handling. Though I doubt that is the issue. From your logs: ``` TRACE hyper_util::client::legacy::pool:671: checkout waiting for idle connection: ("https", search.nixos.org) DEBUG reqwest::connect:625: starting...

The log message reads off like your proxy is redirecting the search endpoint to an invalid access. Please see if the command succeeds without the proxy enabled.

I'll add those to the README and the manpages when U have some free time. A PR would be welcome if you'd like to take a look, the manpages are...

I don't use any of the mini modules, and I'm also not the one who added them. While I will note that I'm not a huge fan of duplicating lines...

The manual has a section for helpful tips, which I was unsure about moving to a standalone page in the current (somewhat inaccessible/unreadable) documentation format. This is on my priority...

To be honest I'm not a huge fan of separating lib and nvf-lib, but I can see why one would want to. I'd like to defer to @horriblename as I'm...