We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c6b7dd5 + c1f962e commit a13cc0bCopy full SHA for a13cc0b
pkgs/by-name/br/breakpointHook/package.nix
@@ -9,7 +9,7 @@
9
10
let
11
attach = buildPackages.writeShellScriptBin "attach" ''
12
- export PATH="${
+ export PATH="''${PATH:+''${PATH}:}${
13
lib.makeBinPath [
14
buildPackages.bash
15
buildPackages.coreutils
0 commit comments