home-assistant-custom-lovelace-modules.atomic-calendar.revive: fix update script

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:07:26 +02:00
parent 93a94893b2
commit 5f66907eba
@@ -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)