mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 01:04:25 +00:00
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; {
|
||||
#### NixOS support
|
||||
|
||||
updateScript = callPackage ../../common-updater/update-script.nix { };
|
||||
updateScript = pkgs.genericUpdater;
|
||||
|
||||
gitLister = url:
|
||||
"${pkgs.common-updater-scripts}/bin/list-git-tags ${url}";
|
||||
|
@ -92,6 +92,8 @@ in
|
||||
|
||||
common-updater-scripts = callPackage ../common-updater/scripts.nix { };
|
||||
|
||||
genericUpdater = callPackage ../common-updater/generic-updater.nix { };
|
||||
|
||||
### Push NixOS tests inside the fixed point
|
||||
|
||||
nixosTests = import ../../nixos/tests/all-tests.nix {
|
||||
|
Loading…
Reference in New Issue
Block a user