diff --git a/build01/nixpkgs-update.nix b/build01/nixpkgs-update.nix index 6f68db1..965362c 100644 --- a/build01/nixpkgs-update.nix +++ b/build01/nixpkgs-update.nix @@ -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 ''; };