fix evaluation warnings

This commit is contained in:
Noa Aarts 2025-04-30 21:02:50 +02:00
parent 3ac9af1546
commit 18b37f92e0
Signed by: noa
GPG key ID: 1850932741EFF672
3 changed files with 5 additions and 7 deletions

View file

@ -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;
};