ufetch: add nix-update-script (#454791)

This commit is contained in:
Masum Reza
2025-10-28 17:26:24 +00:00
committed by GitHub
+3
View File
@@ -1,6 +1,7 @@
{
stdenvNoCC,
fetchFromGitLab,
nix-update-script,
lib,
full ? true,
# see https://gitlab.com/jschx/ufetch for a list
@@ -34,6 +35,8 @@ stdenvNoCC.mkDerivation (finalAttrs: {
runHook postInstall
'';
passthru.updateScript = nix-update-script { };
meta = {
description = "Tiny system info for Unix-like operating systems";
homepage = "https://gitlab.com/jschx/ufetch";