Unverified Commit 2b7e55c3 authored by Youwen Wu's avatar Youwen Wu
Browse files

rdrview: add update script

parent 9b9cff0c
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@
  curl,
  libseccomp,
  installShellFiles,
  nix-update-script,
}:

stdenv.mkDerivation (finalAttrs: {
@@ -42,4 +43,6 @@ stdenv.mkDerivation (finalAttrs: {
    maintainers = with maintainers; [ djanatyn ];
    mainProgram = "rdrview";
  };

  passthru.updateScript = nix-update-script { };
})