mirror of
https://github.com/nix-community/home-manager.git
synced 2025-03-18 14:28:15 +00:00
debug: make NIX_DEBUG_INFO_DIRS a list of strings (#6595)
Fixup of daab32302b
.
This commit is contained in:
parent
cf47e7ea21
commit
2967de4d11
1 changed files with 1 additions and 2 deletions
|
@ -17,8 +17,7 @@
|
||||||
home.extraOutputsToInstall = [ "debug" ];
|
home.extraOutputsToInstall = [ "debug" ];
|
||||||
|
|
||||||
home.sessionSearchVariables = {
|
home.sessionSearchVariables = {
|
||||||
NIX_DEBUG_INFO_DIRS =
|
NIX_DEBUG_INFO_DIRS = [ "${config.home.profileDirectory}/lib/debug" ];
|
||||||
"$NIX_DEBUG_INFO_DIRS\${NIX_DEBUG_INFO_DIRS:+:}${config.home.profileDirectory}/lib/debug";
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue