--nix-option should probably be passed down to the custom activation servers. #45
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In Colmena you used to be able to specify e.g.
max-jobs0andbuilders, which was quite useful if you wanted to e.g. preserve battery life on a laptop, and--build-on-targetdoesn't always work here because some machines aren't powerful enough, don't have enough space, etc... to eval and build their own closures.Of course this is just some arbitrary example, there are many nix options that might be useful for arcana, and currently some of them are implemented as individual cli args (
no_substitute,build_on_target, etc...), which seems futile, especially considering all the diverging nix implementations.From what I can see most of the colmena specific cli args nix option mappings aren't handled by the custom activation code paths either, but that's a separate issue.