From efa30f63a35a87103d994ccf2e642091a89e8a9f Mon Sep 17 00:00:00 2001 From: zowoq <59103226+zowoq@users.noreply.github.com> Date: Sun, 31 Mar 2024 09:14:33 +1000 Subject: [PATCH] build02/nixpkgs-update: reenable updatescript fetcher --- hosts/build02/nixpkgs-update.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/build02/nixpkgs-update.nix b/hosts/build02/nixpkgs-update.nix index d66a924..9dfae41 100644 --- a/hosts/build02/nixpkgs-update.nix +++ b/hosts/build02/nixpkgs-update.nix @@ -182,7 +182,7 @@ in systemd.services.nixpkgs-update-fetch-repology = mkFetcher "repology" "${nixpkgs-update-bin} fetch-repology"; - #systemd.services.nixpkgs-update-fetch-updatescript = mkFetcher "updatescript" "${pkgs.nix}/bin/nix eval --raw -f ${./packages-with-update-script.nix}"; + systemd.services.nixpkgs-update-fetch-updatescript = mkFetcher "updatescript" "${pkgs.nix}/bin/nix eval --raw -f ${./packages-with-update-script.nix}"; systemd.services.nixpkgs-update-fetch-github = mkFetcher "github" "${inputs.nixpkgs-update-github-releases}/main.py"; systemd.services.nixpkgs-update-worker1 = mkWorker "worker1";