David Arnold
David Arnold
Each of those can be interacted with via the available actions in `std`'s TUI with the following bock type declaration: ```nix [ (arion "testbed") # Packaging Layers (installables "packages") #...
@Pegasust for flake outputs compliance, you can use a layer of soil: ```nix growOn {} # soil for nix cli compat { # capture targets n2cImages = std.harvest inputs.self ["myapp"...
This would work too (by just using another layer of soil): ```nix # 1. layer of soil { apps = std.harvest self [["repo" "apps"]]; } # 2. layer of soil...
Given this good news, I would be inclined to close this as completed. Looking into the far distant future, we may ask different questions such as: is there a way...
Potentially we want to defer "Contribution & Development Environment" to one of the sister projects in the community because such scope has independent audience and community dynamics / economies of...
@gytis-ivaskevicius @michalrus This is PR and the technique behind it is quite relevant for our repositories where stakeholders expect to see the most significant revision that generated any particular build.
@offlinehacker Do you remember, what your original vision for the test runtimes was? I could infer what `modules/testing/runtime/local.nix` is supposed to do (and how those options should override the docker...
Although this is not a moderated repository. Recent Moderation Team actions has scared me away from the Nix Community. I'm sorry, won't be available for review. This has nothing to...
I think it's time to finally modify the OCI standard to accommodate for (unordered) set-type "layers" instead of (ordered) list-type layers. The precondition for loosing order is guaranteed non conflicting...
Not related to nix2container, but I'm familiar with this problem and have worked around it in a tool that I maintain with a `--impure` flag for the tooling part feeding...