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
|
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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue