From 5f66907eba03167cbfc0bbc793eaba53cbb7ddb7 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sat, 2 Aug 2025 16:07:26 +0200 Subject: [PATCH] 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. --- .../custom-lovelace-modules/atomic-calendar-revive/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/servers/home-assistant/custom-lovelace-modules/atomic-calendar-revive/update.sh b/pkgs/servers/home-assistant/custom-lovelace-modules/atomic-calendar-revive/update.sh index 62d943291b4f..e3841f2a2feb 100755 --- a/pkgs/servers/home-assistant/custom-lovelace-modules/atomic-calendar-revive/update.sh +++ b/pkgs/servers/home-assistant/custom-lovelace-modules/atomic-calendar-revive/update.sh @@ -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)