diff --git a/pkgs/n8n/update.sh b/pkgs/n8n/update.sh index 4b1a896..cadb3d1 100755 --- a/pkgs/n8n/update.sh +++ b/pkgs/n8n/update.sh @@ -3,4 +3,4 @@ set -euo pipefail new_version="$(curl -s "https://api.github.com/repos/n8n-io/n8n/releases/latest" | jq --raw-output '.tag_name | ltrimstr("n8n@")')" -nix-update n8n --version "$new_version" +nix-update n8n --flake --version "$new_version"