bundlers icon indicating copy to clipboard operation
bundlers copied to clipboard

Flatpak?

Open yajo opened this issue 3 years ago • 2 comments

It'd be very nice to be able to repackage graphical apps from nixpkgs into flathub.

Are there any plans or thoughts around this feature?

yajo avatar Mar 07 '23 16:03 yajo

FWIW it seems you can use OCI containers to package flatpaks. Nixpkgs includes ociTools to convert from nix to OCI. So, it seems like all that's needed is a little glue layer between those two, and we should be able to convert any nix package into a Flatpak.

yajo avatar Apr 11 '23 07:04 yajo