mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
fix: minimize + optimize packages and services
This commit is contained in:
@@ -5,8 +5,8 @@ let
|
||||
url = "http://www.greekfontsociety-gfs.gr/_assets/fonts/${name}.zip";
|
||||
postFetch = ''
|
||||
mkdir -p $out/share/fonts
|
||||
unzip -j $downloadedFile "*.otf" -d $out/share/fonts/opentype
|
||||
unzip -j $downloadedFile "**/*.otf" -d $out/share/fonts/opentype
|
||||
unzip -j -o $downloadedFile "*.otf" -d $out/share/fonts/opentype
|
||||
unzip -j -o $downloadedFile "**/*.otf" -d $out/share/fonts/opentype
|
||||
'';
|
||||
};
|
||||
in symlinkJoin {
|
||||
|
||||
Reference in New Issue
Block a user