1
0
Fork 0

Update nix-google-fonts-gen

This commit is contained in:
Dimitar Nestorov 2022-05-12 18:17:58 +03:00
parent 34de22c690
commit 726a307bb0
No known key found for this signature in database
GPG key ID: 5632FE643A8B5AAE
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@
This [Nix overlay](https://nixos.org) contains individual packages for all the This [Nix overlay](https://nixos.org) contains individual packages for all the
fonts from the [Google Fonts project](https://github.com/google/fonts). The fonts from the [Google Fonts project](https://github.com/google/fonts). The
packages are automatically generated using 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. Updated weekly.
## Use in NixOS configuration ## Use in NixOS configuration

View file

@ -24,7 +24,7 @@ clone_fonts () {
install_nix_google_fonts_gen () { install_nix_google_fonts_gen () {
echo "Installing 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 && pushd ~/nix-google-fonts-gen &&
./setup.py install && ./setup.py install &&
popd popd