doc: replace path import path in separateDebugInfo with channel

This commit is contained in:
winston
2025-08-29 15:56:20 +02:00
committed by Alyssa Ross
parent 42882346bf
commit 7fd2872828

View File

@@ -1018,7 +1018,7 @@ To make GDB find debug information for the `socat` package and its dependencies,
```nix ```nix
{ {
pkgs ? import ./. { pkgs ? import <nixpkgs> {
config = { }; config = { };
overlays = [ overlays = [
(final: prev: { (final: prev: {