Skip to content

Commit 5fb207f

Browse files
committed
build(nix): define debug environment
Combine the common and debug profiles to define the debug environment. Signed-off-by: Daniel Noland <[email protected]>
1 parent c9cfb24 commit 5fb207f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

profiles.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,8 @@ let
5858
) { } features;
5959
in
6060
{
61-
61+
debug = combine-profiles [
62+
common
63+
debug
64+
];
6265
}

0 commit comments

Comments
 (0)