nix-required-mounts: link the issue about unavailable .drvs

This commit is contained in:
Someone Serge
2024-06-26 00:35:43 +00:00
parent 3d84ab0b09
commit 3a0d777486
+1 -1
View File
@@ -64,7 +64,7 @@ def entrypoint():
if not Path(drv_path).exists():
print(
f"[E] {drv_path} doesn't exist."
" This may happen with the remote builds."
" Cf. https://github.com/NixOS/nix/issues/9272"
" Exiting the hook",
file=stderr,
)