nixpkgs-update disable CVE feature

It seems to be broken with connection timeout errors
This commit is contained in:
Ryan Mulligan 2020-10-14 20:29:40 -07:00
parent b9b20c9857
commit c656c42c60

View file

@ -59,13 +59,13 @@ in
${nixpkgs-update-bin} delete-done --delete
grep -rl $XDG_CACHE_HOME/nixpkgs -e buildPython | grep default | \
${nixpkgs-update-pypi-releases} --nixpkgs=/var/cache/nixpkgs-update/nixpkgs > /var/lib/nixpkgs-update/packages-to-update.txt
${nixpkgs-update-bin} update-list --pr --cve --outpaths --nixpkgs-review || true
${nixpkgs-update-bin} update-list --pr --outpaths --nixpkgs-review || true
${nixpkgs-update-bin} delete-done --delete
${nixpkgs-update-github-releases} > /var/lib/nixpkgs-update/packages-to-update.txt
${nixpkgs-update-bin} update-list --pr --cve --outpaths --nixpkgs-review || true
${nixpkgs-update-bin} update-list --pr --outpaths --nixpkgs-review || true
${nixpkgs-update-bin} delete-done --delete
${nixpkgs-update-bin} fetch-repology > /var/lib/nixpkgs-update/packages-to-update.txt
${nixpkgs-update-bin} update-list --pr --cve --outpaths --nixpkgs-review
${nixpkgs-update-bin} update-list --pr --outpaths --nixpkgs-review
'';
};