PackageKit / PackageKit

A D-BUS abstraction layer that allows the user to manage packages in a secure way using a cross-distro, cross-architecture API.
https://www.freedesktop.org/software/PackageKit/
GNU General Public License v2.0
249 stars 162 forks source link

Add Guix backend #743

Open TristanCottam opened 5 months ago

TristanCottam commented 5 months ago

Since Guix is based on Nix, a PackageKit implementation for it should be very similar to that of Nix.

sidt4 commented 4 months ago

For anyone interested in fixing this, https://github.com/PackageKit/PackageKit/tree/main/backends/nix contains the nix PackageKit backend code.