mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
6 lines
111 B
Bash
6 lines
111 B
Bash
|
setupDebugInfoDirs () {
|
||
|
addToSearchPath NIX_DEBUG_INFO_DIRS $1/lib/debug
|
||
|
}
|
||
|
|
||
|
envHooks+=(setupDebugInfoDirs)
|