From 7fd2872828f9502cdd923fa6548e58722d8d8c4c Mon Sep 17 00:00:00 2001 From: winston Date: Fri, 29 Aug 2025 15:56:20 +0200 Subject: [PATCH] doc: replace path import path in `separateDebugInfo` with channel --- doc/stdenv/stdenv.chapter.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/stdenv/stdenv.chapter.md b/doc/stdenv/stdenv.chapter.md index 117ca6fc426e..675e748b4cb7 100644 --- a/doc/stdenv/stdenv.chapter.md +++ b/doc/stdenv/stdenv.chapter.md @@ -1018,7 +1018,7 @@ To make GDB find debug information for the `socat` package and its dependencies, ```nix { - pkgs ? import ./. { + pkgs ? import { config = { }; overlays = [ (final: prev: {