Add debug symbols to nix-shell.
This commit is contained in:
parent
55d91140be
commit
0aa88f2f49
1 changed files with 3 additions and 0 deletions
|
@ -32,4 +32,7 @@
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
|
shellHook = ''
|
||||||
|
export NIX_DEBUG_INFO_DIRS="${pkgs.curl.debug}/lib/debug:${pkgs.nixUnstable.debug}/lib/debug''${NIX_DEBUG_INFO_DIRS:+:$NIX_DEBUG_INFO_DIRS}"
|
||||||
|
'';
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue