mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 11:45:45 +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,
|
rustPlatform,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
installShellFiles,
|
installShellFiles,
|
||||||
|
nix-update-script,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
|
@ -26,6 +27,8 @@ rustPlatform.buildRustPackage rec {
|
||||||
--bash share/bash/completion.bash
|
--bash share/bash/completion.bash
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
passthru.updateScript = nix-update-script { };
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Command-line OAuth2 authentication daemon";
|
description = "Command-line OAuth2 authentication daemon";
|
||||||
homepage = "https://github.com/ltratt/pizauth";
|
homepage = "https://github.com/ltratt/pizauth";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue