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:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user