ripasso-cursive: add update script
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user