Robert Hensing
Robert Hensing
It was added here https://github.com/nix-community/todomvc-nix/pull/4 but removed when the project was converted to center around a flake. I suppose it could be reintroduced by importing the flake. I don't know...
For podman, 3.2.0 has > An experimental new set of commands, podman machine, was added to assist in managing virtual machines containing a Podman server. These are intended for easing...
Yes, you can set up a linux VM to serve as a "remote" builder, using Nix's remote builds via ssh feature. This question has come up before, but I don't...
We don't really need podman-compose as of now, because we support podman via docker-compose. The `json.type` change is good though.
@DieracDelta It seems that rootless podman is becoming a [viable](https://github.com/hercules-ci/arion/issues/125#issuecomment-906945113) option, but it needs to be wired into the arion command to be easy to use. I am not sure...
Podman can serve as a backend for docker compose nowadays, so I don't think anyone needs podman compose anymore. Maybe I'm wrong, but until I learn more, long live podman...
> rootless Can rootless podman provide a docker socket? That would give us the best of both worlds and keep the number of code paths _significantly_ lower. It will be...
Yes, this needs to be done. My thoughts so far: We should use a new top-level flake attribute though, because arion projects aren't packages, and shouldn't even be derivations. There's...
> `builtins.getFlake` copies the whole repository in to the nix store It seems that https://github.com/NixOS/nix/pull/6530 may solve this.
> My thoughts so far: We might actually skip the `arionConfigurations` attr and work with `arionModules` instead. `arionConfiguration` would only serve to finalize and instantiate configurations, which can be done...