about summary refs log tree commit diff
path: root/pkgs/top-level/all-packages.nix
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2024-09-18 11:30:15 +0200
committerGitHub <noreply@github.com>2024-09-18 11:30:15 +0200
commit536e629c174837f8b21b2702181c424f15cf4b53 (patch)
tree7941d2f087a7945f4e23447412a0d985116aeecd /pkgs/top-level/all-packages.nix
parent3745f505bd20f65c2d71c345c919ef0fb83e1201 (diff)
parentd5137d4d2e6553360dd0efa9152a8be1bff7c434 (diff)
nix-update: refactor (#342397)
Diffstat (limited to 'pkgs/top-level/all-packages.nix')
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 40c6d9c5fc75c..b175f8c9e5b90 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -139,7 +139,7 @@ with pkgs;
 
   unstableGitUpdater = callPackage ../common-updater/unstable-updater.nix { };
 
-  nix-update-script = callPackage ../common-updater/nix-update.nix { };
+  inherit (nix-update) nix-update-script;
 
   ### Push NixOS tests inside the fixed point