Update nix-google-fonts-gen
This commit is contained in:
parent
34de22c690
commit
726a307bb0
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
This [Nix overlay](https://nixos.org) contains individual packages for all the
|
||||
fonts from the [Google Fonts project](https://github.com/google/fonts). The
|
||||
packages are automatically generated using
|
||||
[nix-google-fonts-gen](https://github.com/Soft/nix-google-fonts-gen) tool.
|
||||
[nix-google-fonts-gen](https://github.com/dimitarnestorov/nix-google-fonts-gen) tool.
|
||||
Updated weekly.
|
||||
|
||||
## Use in NixOS configuration
|
||||
|
|
|
@ -24,7 +24,7 @@ clone_fonts () {
|
|||
|
||||
install_nix_google_fonts_gen () {
|
||||
echo "Installing nix-google-fonts-gen"
|
||||
git clone https://github.com/Soft/nix-google-fonts-gen.git ~/nix-google-fonts-gen >/dev/null 2>&1 &&
|
||||
git clone https://github.com/dimitarnestorov/nix-google-fonts-gen.git ~/nix-google-fonts-gen >/dev/null 2>&1 &&
|
||||
pushd ~/nix-google-fonts-gen &&
|
||||
./setup.py install &&
|
||||
popd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue