fix evaluation warnings
This commit is contained in:
parent
3ac9af1546
commit
18b37f92e0
3 changed files with 5 additions and 7 deletions
|
|
@ -289,8 +289,7 @@ in
|
|||
let
|
||||
display_config =
|
||||
let
|
||||
display-shader = pkgs.substituteAll {
|
||||
src = ../../modules/automapaper/display-with_vars.glsl;
|
||||
display-shader = pkgs.replaceVars ../../modules/automapaper/display-with_vars.glsl {
|
||||
background = inputs.nix-colors.lib.conversions.hexToGLSLVec config.lib.stylix.colors.base00;
|
||||
foreground = inputs.nix-colors.lib.conversions.hexToGLSLVec config.lib.stylix.colors.base0E;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue