snowfallorg / nix-software-center

A simple gtk4/libadwaita software center to easily install and manage nix packages
GNU General Public License v3.0
560 stars 16 forks source link

Refactor around nix-data crate #6

Closed vlinkz closed 1 year ago

vlinkz commented 1 year ago

Remove handling of package data cache and JSON files in favor of nix-data. This should make loading the application faster, and reduce the amount of memory used.