ufetch: add nix-update-script

This commit is contained in:
mrtnvgr
2025-10-23 13:36:01 +07:00
parent 47294044b7
commit 84faa36c50
+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";