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