ezKEa / aagl-gtk-on-nix

Run an-anime-game-launcher GTK version on Nix/NixOS!
GNU General Public License v3.0
72 stars 10 forks source link

Make the overlay work correctly and use it everywhere #145

Closed K900 closed 1 month ago

K900 commented 1 month ago

This basically refactors the entire structure of the overlay and modules, so instead of packages from the flake, the overlay with all the packages is applied to the user's nixpkgs and then the packages from the final nixpkgs are used in the modules. The packages built against pinned nixpkgs are still exposed through the flake.

K900 commented 1 month ago

Realized we don't actually need to pass the overlay from the flake at all, changed that.

ezKEa commented 1 month ago

Appreciate the support! :pray: