1
1
mirror of https://github.com/LnL7/nix-darwin.git synced 2024-08-16 16:10:39 +03:00

fonts: use non-standard path in test

Ensure that #665 works correctly.
This commit is contained in:
Emily 2023-08-03 02:11:40 +01:00
parent 139ea5dd92
commit eb2f62d0de

View File

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