build02/nixpkgs-update: disable repology fetcher
This commit is contained in:
parent
494e1c5532
commit
4aedab3604
1 changed files with 2 additions and 1 deletions
|
@ -196,7 +196,8 @@ in
|
||||||
script = "${nixpkgs-update-bin} delete-done --delete";
|
script = "${nixpkgs-update-bin} delete-done --delete";
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.services.nixpkgs-update-fetch-repology = mkFetcher "repology" "${nixpkgs-update-bin} fetch-repology";
|
# 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-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-fetch-github = mkFetcher "github" "${inputs.nixpkgs-update-github-releases}/main.py";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue