nixpkgs-hammering: add passthru.updateScript
This commit is contained in:
parent
5bcb08ea03
commit
9996f28455
@ -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";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user