home-assistant-custom-lovelace-modules.atomic-calendar.revive: fix update script (#430384)

The update script depends on jq, which was not provided in the
environment, which made nixpkgs-update fail.
This commit is contained in:
Martin Weinelt
2025-08-02 16:14:52 +02:00
committed by GitHub
@@ -1,5 +1,5 @@
#!/usr/bin/env nix-shell
#!nix-shell -i bash -p nix-update git
#!nix-shell -i bash -p nix-update git jq
# shellcheck shell=bash
ROOT=$(git rev-parse --show-toplevel)