roboto-mono: add update script

This commit is contained in:
Acid Bong
2025-11-07 22:27:45 +02:00
parent 380048adfc
commit 291a8ed602
+3
View File
@@ -2,6 +2,7 @@
lib,
stdenv,
fetchFromGitHub,
nix-update-script,
}:
stdenv.mkDerivation (finalAttrs: {
@@ -21,6 +22,8 @@ stdenv.mkDerivation (finalAttrs: {
runHook postInstall
'';
passthru.updateScript = nix-update-script { };
meta = {
homepage = "https://www.google.com/fonts/specimen/Roboto+Mono";
description = "Google Roboto Mono fonts";