David Arnold
David Arnold
Tip: If `nix copy` is slow, maybe consider using this trick (export + ssh + zstd + unzstd + import): https://github.com/divnix/std-action/blob/main/run/action.yaml#L116-L122
**Re NAR** I'd also like to link https://github.com/flokli/nix-casync/issues/41 which questions NAR in suggesting to unpack it internally. --- Sidenote (maybe for @Ericson2314 — who likely knows all this already): based...
In this context, I want to breadcrumb the following issue as a means to garner awareness that Nix itself keeps semantics that are unnecessarily short of becoming a mighty tool...
Thanks for the context! I'll have a look asap.
I like it's shortness and make use of this myself. Every well-scoped library has a prime interface. Haumea's is `lib.load`. But I'm qlso not too attavhed to the general flake...
With little time at hand I just want to quickly throw in additional use cases: *Ordinal Level Information* 1. Usable for cut-off strategies, for example in `paisano-nix/core`, level 1, 2...
If you happen to be looking for tooling support to do so, I can plainly recommend https://github.com/cocogitto/cocogitto
> just use the kroki preprocessor (which supports D2), no? The public (free) service has a limitation on payload length that quickly becomes a blocker on architecture diagrams. Additionally, should...
@thaJeztah What can be done to move this forward? I guess many eyes throughout different downstream projects are on this issue... ej. https://github.com/rancher/rancher/issues/1269
I've seen migration functions in the cloudflare repo, maybe this is a way of dealing with it? https://github.com/terraform-providers/terraform-provider-cloudflare/blob/master/cloudflare/resource_cloudflare_record_migrate.go