hanko: add updateScript

This commit is contained in:
Marvin Vogt 2025-01-08 22:14:45 +00:00
parent a0b2ae3e0f
commit 5ed39c27f2
No known key found for this signature in database

View File

@ -3,6 +3,7 @@
fetchFromGitHub,
installShellFiles,
rustPlatform,
nix-update-script,
}:
rustPlatform.buildRustPackage rec {
@ -17,6 +18,10 @@ rustPlatform.buildRustPackage rec {
};
cargoHash = "sha256-rlKFS1ppUoyZ1X2PeG8tEB44Ysqi7kCLqR+ECVIdPjs=";
passthru = {
updateScript = nix-update-script { };
};
nativeBuildInputs = [ installShellFiles ];
postInstall = ''