nixpkgs-hammering: add passthru.updateScript

This commit is contained in:
Anthony Roussel 2024-04-06 14:08:53 +02:00
parent 5bcb08ea03
commit 9996f28455
No known key found for this signature in database
GPG Key ID: 9DC4987B1A55E75E

View File

@ -5,6 +5,7 @@
, makeWrapper
, python3
, nix
, unstableGitUpdater
}:
let
@ -56,6 +57,8 @@ stdenv.mkDerivation {
runHook postInstall
'';
passthru.updateScript = unstableGitUpdater { };
meta = meta // {
mainProgram = "nixpkgs-hammer";
};