0
0
Fork 0
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:
Jörg Thalheim 2025-03-24 16:26:50 +01:00 committed by GitHub
commit a13cc0bc42
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,7 +9,7 @@
let
attach = buildPackages.writeShellScriptBin "attach" ''
export PATH="${
export PATH="''${PATH:+''${PATH}:}${
lib.makeBinPath [
buildPackages.bash
buildPackages.coreutils