mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-10 01:42:24 +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 {
|
||||
name = "ros-system-env";
|
||||
inherit paths;
|
||||
extraOutputsToInstall = optional config.environment.enableDebugInfo "debug";
|
||||
}) ];
|
||||
|
||||
users = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue