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
Hi there, thanks for maintaining this. I really like being able to quickly get a consistent colorscheme for all my programs.
I'm currently creating a package for the sddm-sugar-dark theme, and trying to use nix-colors to create a wallpaper for it in a virtual machine. However, I'm getting an error that says argument nix-colors is required but not being passed. Here is my flake, and here are the files I'm using. I'm not sure what's going wrong, but I'd love to be able to use nix-colors to rice my login manager as well as my desktop.
The text was updated successfully, but these errors were encountered:
So, the ideia is that extraArgs only sets arguments for modules that are part of your configuration (i.e. part of modules on your flake or imports on other module files), callPackage does not propagate them by default. Try to do something like foo = pkgs.callPackage ./foo { inherit nix-colors; }
On Tue, May 2, 2023, 8:45 AM Gabriel Fontes ***@***.***> wrote:
Hey! Thanks for your kind words.
So, the ideia is that extraArgs only sets arguments for *modules* that
are part of your configuration, callPackage does not propagate them by
default. Try to do something like foo = pkgs.callPackage ./foo { inherit
nix-colors; }
—
Reply to this email directly, view it on GitHub
<#36 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACY54OCWIJ7HVKWUA5BEFGLXED6XHANCNFSM6AAAAAAXIXO2QQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
Hi there, thanks for maintaining this. I really like being able to quickly get a consistent colorscheme for all my programs.
I'm currently creating a package for the sddm-sugar-dark theme, and trying to use nix-colors to create a wallpaper for it in a virtual machine. However, I'm getting an error that says argument
nix-colors
is required but not being passed. Here is my flake, and here are the files I'm using. I'm not sure what's going wrong, but I'd love to be able to use nix-colors to rice my login manager as well as my desktop.The text was updated successfully, but these errors were encountered: