From 6c9df2fb5c3a5380855b74b3ce0166f08970769f Mon Sep 17 00:00:00 2001 From: Emily Date: Thu, 3 Aug 2023 02:11:40 +0100 Subject: [PATCH] fonts: use non-standard path in test Ensure that #665 works correctly. --- tests/fonts.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/fonts.nix b/tests/fonts.nix index acd1b1342..e92b3bc2f 100644 --- a/tests/fonts.nix +++ b/tests/fonts.nix @@ -2,8 +2,8 @@ let font = pkgs.runCommand "font-0.0.0" {} '' - mkdir -p $out/share/fonts - touch $out/share/fonts/Font.ttf + mkdir -p $out + touch $out/Font.ttf ''; in