Skip to content

Commit

Permalink
fonts: use non-standard path in test
Browse files Browse the repository at this point in the history
Ensure that LnL7#665 works correctly.
  • Loading branch information
emilazy authored and kamushadenes committed Jul 8, 2024
1 parent 626509a commit 6c9df2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/fonts.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6c9df2f

Please sign in to comment.