doc: replace path import path in separateDebugInfo with channel
This commit is contained in:
@@ -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: {
|
||||||
|
|||||||
Reference in New Issue
Block a user