Revert "build02/nixpkgs-update: disable repology fetcher"
This reverts commit 4aedab3604
.
This commit is contained in:
parent
1ed5831440
commit
39ccc57735
1 changed files with 1 additions and 2 deletions
|
@ -196,8 +196,7 @@ in
|
||||||
script = "${nixpkgs-update-bin} delete-done --delete";
|
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
|
# 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}";
|
systemd.services.nixpkgs-update-fetch-updatescript = mkFetcher "updatescript" "${pkgs.nixVersions.nix_2_18}/bin/nix eval --raw -f ${./packages-with-update-script.nix}";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue