commit dfe6167b57f9104951547b46b80eff9209151cff parent bc596d806075cec2d9447a80e9ed71dae50d5cec Author: Jan Pobříslo <ccx@te2000.cz> Date: Wed, 22 Jun 2022 23:56:46 +0200 fix nix release invocation Diffstat:
M | zsh-functions/confz_containers_init | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/zsh-functions/confz_containers_init b/zsh-functions/confz_containers_init @@ -927,7 +927,8 @@ confz_container_nix_image_from_release_check() { (($+vars[checksum])) || die "No stored checksum for $url" - require container_nix_image :containers_dir :image_name :url + require container_nix_image :containers_dir :image_name :url \ + :checksum :checksum_algo \?hostname \?locale } confz_container_nix_unpacked_check() {