Unverified Commit 84faa36c authored by mrtnvgr's avatar mrtnvgr
Browse files

ufetch: add nix-update-script

parent 47294044
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
{
  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";