Merge pull request #85304 from romildo/common-updater
common-updater: add update script to all-packages
This commit is contained in:
commit
4b596ca254
@ -3,7 +3,7 @@
|
|||||||
lib.makeScope pkgs.newScope (self: with self; {
|
lib.makeScope pkgs.newScope (self: with self; {
|
||||||
#### NixOS support
|
#### NixOS support
|
||||||
|
|
||||||
updateScript = callPackage ../../common-updater/update-script.nix { };
|
updateScript = pkgs.genericUpdater;
|
||||||
|
|
||||||
gitLister = url:
|
gitLister = url:
|
||||||
"${pkgs.common-updater-scripts}/bin/list-git-tags ${url}";
|
"${pkgs.common-updater-scripts}/bin/list-git-tags ${url}";
|
||||||
|
@ -92,6 +92,8 @@ in
|
|||||||
|
|
||||||
common-updater-scripts = callPackage ../common-updater/scripts.nix { };
|
common-updater-scripts = callPackage ../common-updater/scripts.nix { };
|
||||||
|
|
||||||
|
genericUpdater = callPackage ../common-updater/generic-updater.nix { };
|
||||||
|
|
||||||
### Push NixOS tests inside the fixed point
|
### Push NixOS tests inside the fixed point
|
||||||
|
|
||||||
nixosTests = import ../../nixos/tests/all-tests.nix {
|
nixosTests = import ../../nixos/tests/all-tests.nix {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user