mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
pizauth: add updateScript
This commit is contained in:
parent
6d010bc353
commit
1f952cc136
1 changed files with 3 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue