mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-06 04:53:27 +00:00
ripasso-cursive: add update script
This commit is contained in:
parent
32d9748602
commit
bba37efe58
@ -14,6 +14,8 @@
|
||||
nettle,
|
||||
openssl,
|
||||
xorg,
|
||||
|
||||
nix-update-script,
|
||||
}:
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
@ -59,6 +61,10 @@ rustPlatform.buildRustPackage rec {
|
||||
installManPage target/man-page/cursive/ripasso-cursive.1
|
||||
'';
|
||||
|
||||
passthru = {
|
||||
updateScript = nix-update-script { };
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "Simple password manager written in Rust";
|
||||
mainProgram = "ripasso-cursive";
|
||||
|
Loading…
Reference in New Issue
Block a user