From 0fee7a2b214ad80823df547861814bbdc6edab80 Mon Sep 17 00:00:00 2001 From: Thomas Tuegel Date: Sun, 1 Feb 2015 16:18:48 -0600 Subject: fontconfig: stringify dpi correctly --- nixos/modules/config/fonts/fontconfig.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/modules/config/fonts') diff --git a/nixos/modules/config/fonts/fontconfig.nix b/nixos/modules/config/fonts/fontconfig.nix index 793b0a250acd..6f17bd396a0b 100644 --- a/nixos/modules/config/fonts/fontconfig.nix +++ b/nixos/modules/config/fonts/fontconfig.nix @@ -204,7 +204,7 @@ with lib; ${optionalString (fontconfig.dpi != 0) '' - ${fontconfig.dpi} + ${toString fontconfig.dpi} ''} -- cgit v1.2.3