forked from mirrors/nixpkgs
common-updater: add update script to all-packages
This commit is contained in:
parent
cfa1718220
commit
5aad6a361d
|
@ -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 a new issue