ufetch: add nix-update-script (#454791)
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user