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
260 stars 164 forks source link

Add Guix backend #743

Open TristanCottam opened 7 months ago

TristanCottam commented 7 months ago

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

sidt4 commented 6 months ago

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