From 516fae29b6e17c3525d77fd1b912f5754f44d470 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Mon, 8 Jul 2024 16:24:03 +0200 Subject: [PATCH] fix shellcheck warnings --- docs/.envrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/.envrc b/docs/.envrc index 484fbdf91..1eab3d8dc 100644 --- a/docs/.envrc +++ b/docs/.envrc @@ -1,7 +1,8 @@ # shellcheck shell=bash source_up -watch_file $(find ./nix -name "*.nix" -printf '%p ') +mapfile -d '' -t nix_files < <(find ./nix -name "*.nix" -print0) +watch_file "${nix_files[@]}" # Because we depend on nixpkgs sources, uploading to builders takes a long time use flake .#docs --builders ''