From 2abd5bbe37fbbe1f17de8b1bc1c91497f68c7814 Mon Sep 17 00:00:00 2001 From: Qubasa Date: Thu, 9 May 2024 15:00:03 +0200 Subject: [PATCH] fix docs .envrc watch_file --- docs/.envrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.envrc b/docs/.envrc index 277af678..ffe12138 100644 --- a/docs/.envrc +++ b/docs/.envrc @@ -1,6 +1,6 @@ source_up -watch_file $(find ./nix -name "*.nix" -printf '"%p" ') +watch_file $(find ./nix -name "*.nix" -printf '%p ') # Because we depend on nixpkgs sources, uploading to builders takes a long time use flake .#docs --builders ''