diff --git a/.github/workflows/nixpkgs-update.yml b/.github/workflows/nixpkgs-update.yml index 30952e22a..a49a96b21 100644 --- a/.github/workflows/nixpkgs-update.yml +++ b/.github/workflows/nixpkgs-update.yml @@ -46,7 +46,7 @@ jobs: # Update both packages using the nixpkgs update infrastructure PACKAGES="" for pkg in vikunja vikunja-desktop; do - nix-shell maintainers/scripts/update.nix --argstr package "$pkg" + nix-shell maintainers/scripts/update.nix --argstr package "$pkg" --argstr skip-prompt true if ! git diff --quiet; then git add -A NEW=$(grep -oP 'version = "\K[^"]+' "pkgs/by-name/vi/$pkg/package.nix" | head -1)