Loading pkgs/data/fonts/smiley-sans/default.nix +5 −1 Original line number Diff line number Diff line { lib, stdenvNoCC, fetchzip }: { lib, stdenvNoCC, fetchzip, nix-update-script }: stdenvNoCC.mkDerivation rec { pname = "smiley-sans"; Loading @@ -18,6 +18,10 @@ stdenvNoCC.mkDerivation rec { runHook postInstall ''; passthru.updateScript = nix-update-script { attrPath = pname; }; meta = with lib; { description = "A condensed and oblique Chinese typeface seeking a visual balance between the humanist and the geometric"; homepage = "https://atelier-anchor.com/typefaces/smiley-sans/"; Loading Loading
pkgs/data/fonts/smiley-sans/default.nix +5 −1 Original line number Diff line number Diff line { lib, stdenvNoCC, fetchzip }: { lib, stdenvNoCC, fetchzip, nix-update-script }: stdenvNoCC.mkDerivation rec { pname = "smiley-sans"; Loading @@ -18,6 +18,10 @@ stdenvNoCC.mkDerivation rec { runHook postInstall ''; passthru.updateScript = nix-update-script { attrPath = pname; }; meta = with lib; { description = "A condensed and oblique Chinese typeface seeking a visual balance between the humanist and the geometric"; homepage = "https://atelier-anchor.com/typefaces/smiley-sans/"; Loading