You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
… while evaluating the option `gtk.theme.package':
… while evaluating definitions from `/nix/store/rgwcvkpzdhy6rqpn6509a1qwqjn6rg5f-source/modules/home-manager/gtk.nix':
(stack trace truncated; use '--show-trace' to show the full, detailed trace)
error: function 'anonymous lambda' called with unexpected argument 'variant'
at /nix/store/rgwcvkpzdhy6rqpn6509a1qwqjn6rg5f-source/pkgs/gtk/package.nix:1:1:
1| {
| ^
2| lib,
Has catppuccin-nix made any changes to ugh, gtk stuff recently? I took a quick look at the code and saw that this is probably an regression of 115c3de due to the code using the wrong variable name for setting the package flavor:
This piece of code fails to build:
... with the error as the following:
Has
catppuccin-nix
made any changes to ugh,gtk
stuff recently? I took a quick look at the code and saw that this is probably an regression of 115c3de due to the code using the wrong variable name for setting the package flavor:nix/modules/home-manager/gtk.nix
Line 163 in a2e641b
nix/pkgs/gtk/package.nix
Line 9 in a2e641b
The text was updated successfully, but these errors were encountered: