mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-13 20:30:02 +00:00
parent
139ea5dd92
commit
eb2f62d0de
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue