mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
breakpointHook: prefer system-provided nsenter
This commit is contained in:
parent
35f0dd3d2f
commit
c1f962ef39
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