nixpkgs-update disable CVE feature
It seems to be broken with connection timeout errors
This commit is contained in:
parent
b9b20c9857
commit
c656c42c60
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue