mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
echoip: add updateScript
This commit is contained in:
parent
177135194d
commit
bd56cec8d3
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
fetchFromGitHub,
|
||||
makeWrapper,
|
||||
nixosTests,
|
||||
nix-update-script,
|
||||
}:
|
||||
|
||||
buildGoModule {
|
||||
|
@ -29,6 +30,7 @@ buildGoModule {
|
|||
|
||||
passthru = {
|
||||
tests = { inherit (nixosTests) echoip; };
|
||||
updateScript = nix-update-script { extraArgs = [ "--version=branch" ]; };
|
||||
};
|
||||
|
||||
meta = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue