From 39ccc57735087d9bff21dc4a46ddae75589f3f39 Mon Sep 17 00:00:00 2001 From: zowoq <59103226+zowoq@users.noreply.github.com> Date: Sat, 12 Oct 2024 21:33:19 +1000 Subject: [PATCH] Revert "build02/nixpkgs-update: disable repology fetcher" This reverts commit 4aedab3604131437e69b8989aa50c4cd41686ad9. --- hosts/build02/nixpkgs-update.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hosts/build02/nixpkgs-update.nix b/hosts/build02/nixpkgs-update.nix index 4308d67..cc35006 100644 --- a/hosts/build02/nixpkgs-update.nix +++ b/hosts/build02/nixpkgs-update.nix @@ -196,8 +196,7 @@ in script = "${nixpkgs-update-bin} delete-done --delete"; }; - # https://github.com/nix-community/infra/issues/1192 - #systemd.services.nixpkgs-update-fetch-repology = mkFetcher "repology" "${nixpkgs-update-bin} fetch-repology"; + systemd.services.nixpkgs-update-fetch-repology = mkFetcher "repology" "${nixpkgs-update-bin} fetch-repology"; # breaks with nix 2.24 systemd.services.nixpkgs-update-fetch-updatescript = mkFetcher "updatescript" "${pkgs.nixVersions.nix_2_18}/bin/nix eval --raw -f ${./packages-with-update-script.nix}";