mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +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,
|
fetchFromGitHub,
|
||||||
makeWrapper,
|
makeWrapper,
|
||||||
nixosTests,
|
nixosTests,
|
||||||
|
nix-update-script,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildGoModule {
|
buildGoModule {
|
||||||
|
@ -29,6 +30,7 @@ buildGoModule {
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
tests = { inherit (nixosTests) echoip; };
|
tests = { inherit (nixosTests) echoip; };
|
||||||
|
updateScript = nix-update-script { extraArgs = [ "--version=branch" ]; };
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue