commit 34baf1f4023775caf039dca3617a3aa6b1675b0f parent 77f534dabb30996f33e0935141540eabc0a65978 Author: Jan Pobříslo <ccx@te2000.cz> Date: Thu, 23 Jun 2022 02:26:34 +0200 xtrace the confz_container_nix_packages_installed_check function Diffstat:
M | zsh-functions/confz_containers_init | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/zsh-functions/confz_containers_init b/zsh-functions/confz_containers_init @@ -1081,3 +1081,4 @@ confz_container_nix_packages_installed_check() { (( $#missing == 0 )) } +typeset -f -t confz_container_nix_packages_installed_check