Unverified Commit 1f952cc1 authored by Moraxyc's avatar Moraxyc
Browse files

pizauth: add updateScript

parent 6d010bc3
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@
  rustPlatform,
  fetchFromGitHub,
  installShellFiles,
  nix-update-script,
}:

rustPlatform.buildRustPackage rec {
@@ -26,6 +27,8 @@ rustPlatform.buildRustPackage rec {
      --bash share/bash/completion.bash
  '';

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

  meta = {
    description = "Command-line OAuth2 authentication daemon";
    homepage = "https://github.com/ltratt/pizauth";