Skip to content

Commit

Permalink
ci: darwin test: log file names and line numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
Rhys-T committed Nov 28, 2024
1 parent ea26c04 commit a2be601
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ in {
NIX_CFLAGS_COMPILE+=" -idirafter $SDKROOT/usr/include"
NIX_CFLAGS_COMPILE+=" -iframework $SDKROOT/System/Library/Frameworks"
'';
PS4 = "+(\${BASH_SOURCE}:\${LINENO}): \${FUNCNAME[0]:+\${FUNCNAME[0]}(): }";
NIX_DEBUG = 7;
NIX_LDFLAGS = (old.NIX_LDFLAGS or "") + " -t";
meta = old.meta // {
Expand Down

0 comments on commit a2be601

Please sign in to comment.