mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
breakpointHook: prefer system-provided nsenter (#383281)
This commit is contained in:
commit
a13cc0bc42
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
let
|
||||
attach = buildPackages.writeShellScriptBin "attach" ''
|
||||
export PATH="${
|
||||
export PATH="''${PATH:+''${PATH}:}${
|
||||
lib.makeBinPath [
|
||||
buildPackages.bash
|
||||
buildPackages.coreutils
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue