Skip to content

Commit a13cc0b

Browse files
authoredMar 24, 2025
breakpointHook: prefer system-provided nsenter (#383281)
2 parents c6b7dd5 + c1f962e commit a13cc0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pkgs/by-name/br/breakpointHook/package.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
let
1111
attach = buildPackages.writeShellScriptBin "attach" ''
12-
export PATH="${
12+
export PATH="''${PATH:+''${PATH}:}${
1313
lib.makeBinPath [
1414
buildPackages.bash
1515
buildPackages.coreutils

0 commit comments

Comments
 (0)
Failed to load comments.