Re: [PATCH 0/3] kdevops: add initial nixos support
Luis Chamberlain <[email protected]>
| Newsgroups | dev.linux.lists.kdevops |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Aug 27, 2025 at 02:32:11AM -0700, Luis Chamberlain wrote: > This adds a barebones nixos support. Enough to get ssh going and initial > mirror support. The mirror works but its empty as it has no packages. > So all we can do is bringup. Enough to kick the tires off. Some initial > packages are added in preparation for future workflows suppor but that > is a bit more complex and requires moer work. This should be enough to > let the ball get rolling. > > Luis Chamberlain (3): > common: use fallback for group inference on remote systems > nixos: add NixOS support as third bringup option with libvirt > integration > mirror: add Nix binary cache mirroring support Pushed. Luis