docs/CONTRIBUTING: Clarify wrong suggestion about debugging dependent tools

This commit is contained in:
a-kenji
2025-03-02 19:51:18 -08:00
committed by clan-bot
parent d34f976057
commit e3b0b4489a

View File

@@ -128,8 +128,12 @@ run(
), ),
RunOpts(log=Log.BOTH, prefix=machine.name, needs_user_terminal=True), RunOpts(log=Log.BOTH, prefix=machine.name, needs_user_terminal=True),
) )
``` ```
The <path_to_local_src> doesn't need to be a local path, it can be any valid [flakeref](https://nix.dev/manual/nix/2.26/command-ref/new-cli/nix3-flake.html#flake-references).
And thus can point test already opened PRs for example.
# Standards # Standards
- Every new module name should be in kebab-case. - Every new module name should be in kebab-case.