mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-12 02:34:50 +03:00
nixos: add debug info to system buildEnv if enabled globally
This commit is contained in:
parent
c3831d92c1
commit
5a3ba1fb0c
1 changed files with 1 additions and 0 deletions
|
@ -104,6 +104,7 @@ in {
|
||||||
in mkIf (length paths != 0) [ (cfg.pkgs.buildEnv {
|
in mkIf (length paths != 0) [ (cfg.pkgs.buildEnv {
|
||||||
name = "ros-system-env";
|
name = "ros-system-env";
|
||||||
inherit paths;
|
inherit paths;
|
||||||
|
extraOutputsToInstall = optional config.environment.enableDebugInfo "debug";
|
||||||
}) ];
|
}) ];
|
||||||
|
|
||||||
users = {
|
users = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue