Graham Christensen

Results 284 comments of Graham Christensen

It turns out I needed to set max concurrency, too, which does in fact impact performance rather significantly: ``` threads = 1 max_concurrency = 1 ```

@mre I'm not sure that will really solve it, because this isn't about even per-host limits, it is requesting the exact same document hundreds of times. Have you considered a...

Hrm. Do you have a volume called "Nix Store"? Is it encrypted? Is it mounted now?

Please try the macOS installer for Determinate Nix: https://docs.determinate.systems/

Hi @antoineco! I'd recommend using `determinate-nixd login` if you can (see: https://github.com/DeterminateSystems/fh/pull/179.) However, I'll try and get the token prompt working correctly here too.

Ack. It's a doozy. Basically, we'd need to switch from `inquire` to `requestty` + `crossterm`. This is the only library we've found that properly uses terminal raw mode in a...

Unfortunately not right now :/, but here's the function we use for prompting there: ```rust // Prompts for a FlakeHub token without confirmation. #[tracing::instrument] fn maybe_token(login_url: &str) -> color_eyre::Result {...

Hey Peter, I think we already do: https://github.com/NixOS/ofborg/blob/released/ofborg/src/outpaths.nix or is there a specific example of where it did the wrong thing? Thank you, Graham On Sun, Apr 8, 2018, 2:53...

I would like ofBorg to verify rPackages too. With it disabled here: https://github.com/NixOS/nixpkgs/blob/99f4e548c49e3dfc3d1c7f4996c1d72da2623f00/pkgs/top-level/release.nix#L174 is there an easy way to edit https://github.com/NixOS/ofborg/blob/released/ofborg/src/outpaths.nix to also expand rPackages without specifically mentioning rPackages?