From 3a0d777486191cbdd2ffc7e31f25156da94c4831 Mon Sep 17 00:00:00 2001 From: Someone Serge Date: Mon, 6 Nov 2023 16:49:54 +0000 Subject: [PATCH] nix-required-mounts: link the issue about unavailable .drvs --- pkgs/by-name/ni/nix-required-mounts/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/ni/nix-required-mounts/main.py b/pkgs/by-name/ni/nix-required-mounts/main.py index 8e32483e8a4b..1d263dcd1028 100644 --- a/pkgs/by-name/ni/nix-required-mounts/main.py +++ b/pkgs/by-name/ni/nix-required-mounts/main.py @@ -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, )