David Arnold
David Arnold
Thank you for your extensive response. When asking about implications for the eval cache, I actually did not mean the build cache. The eval cache (at least in flakes) is...
> When the issue closes people will be able to execute a full pipeline/workflow with one single command on their computers, but I'm not sure if it'll be so fancy...
This is avery nice idea, indeed! I'd like to expand on the first principles of that in the sense that any job DAG very quickly becomes a congested one and...
There is also: https://github.com/NixOS/nixpkgs/pull/97392
A fellow (in mind) project: https://academic.oup.com/gigascience/article/9/11/giaa121/5987272 (and how it solves pipelines).
this isn't as trivial as I initially thougt
/subscribe
also: `nix` itself _not_ parallelizing bin cache look-ups is _not_ ok. /cc @nrdxp
also, not related: > * Plugins can now register `nix` subcommands.
I think the usage of `sh` is also a fair game, so that would mean nothing to do: ```toml [formatter.beancount] command = "sh" options = [ "-c", "for f in...