David Arnold

Results 358 issues of David Arnold

- this is useful for custom evaluators which implement custom hive or flake schemata. - as long as they satisfy the `hive` contract (currently a bit implicit) closes: https://github.com/zhaofengli/colmena/issues/81

- Suppose I have a headless machine with link-local connectivity - That machine has a specially prepared live iso with a well-known (static & link-local) ip address - The mount...

Several tickets deal with more flexibility of the nix eval schema. #73 prepares the ground to make `eval.nix` swappable. Now, in order to ensure the required `cli` contracts are met...

To incorporate `colmena` seemlessly into a tool-box that already has well-defined locations for `gcroots`, make this setting configurable (but hidden / undocumented).

I think this interface is not necessary and using the equivalent upstream interfaces would imo lead to less confusion. - In a flakes world, imo, the way to determine `meta.nixpkgs`...

It is really a nightmare in terms of composability to have this attribute exposed via `meta`. I wonder if it would be possible instead to expose it via the normal...

I saw your efforts to speed up evaluation. This might be a project that you might keep an eye on: https://github.com/kamadorueda/santiago Not immediately useful.

attempt towards #11 — please feel free to refine since I don't feel competent for a proper implementation.

merge conflict

In a situation where an operator want's to bootstrap a prefabricated environment, or in a situation where an operator has to "break the glass" and cycle the root secrets, it...

I see very clearly how we can make a decent competitor to https://dagger.io based on this. @gtrunsec It could be a combination of: - a `nix` based DSL that improves...