Closed nullishamy closed 6 months ago
Once #221 lands, we should add a question similar to the GTK4 one that asks if the user has run the Flatpak commands. Blocked on this change being merged.
ctp/nix is just a wrapper around the nixpkgs package. could it be listed in a different way perhaps?
I think it makes sense to distinguish them. There may be a problem (potentially induced by us) that one or the other hasn't fixed / update to, would make narrowing it down easier, I think.
I think it makes sense to distinguish them. There may be a problem (potentially induced by us) that one or the other hasn't fixed / update to, would make narrowing it down easier, I think.
ctp/nix just calls the nixpkg so they should always be on the same version.
ctp/nix just calls the nixpkg so they should always be on the same version.
Would it not be possible for ctp/nix to fall behind nixpkgs? Do we have something automated to bump nixpkgs on ctp/nix when ctp/gtk releases a new version and it gets published to nixpkgs
catppuccin/nix has no inputs. it only provides outputs, in form of modules. So it uses the users inputs for the package.
Ah, I see. So the only case where there'd be an issue is if we changed the nixpkgs API for our package (which would break everything)? Seems fine to merge it into just "Nix", then?
Exactly.
Closes #189