From 5aad6a361da03f35c5f813166241588005d9de34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Romildo=20Malaquias?= Date: Wed, 15 Apr 2020 11:34:21 -0300 Subject: [PATCH] common-updater: add update script to all-packages --- pkgs/common-updater/{update-script.nix => generic-updater.nix} | 0 pkgs/top-level/all-packages.nix | 2 ++ 2 files changed, 2 insertions(+) rename pkgs/common-updater/{update-script.nix => generic-updater.nix} (100%) diff --git a/pkgs/common-updater/update-script.nix b/pkgs/common-updater/generic-updater.nix similarity index 100% rename from pkgs/common-updater/update-script.nix rename to pkgs/common-updater/generic-updater.nix diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 0771c887105..322e1545b06 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -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 {