Loading pkgs/build-support/build-fhsenv-bubblewrap/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -111,7 +111,7 @@ let init = run: writeShellScript "${name}-init" '' source /etc/profile ${createLdConfCache} exec ${run} "$@" exec ${lib.escapeShellArg run} "$@" ''; indentLines = str: lib.concatLines (map (s: " " + s) (filter (s: s != "") (lib.splitString "\n" str))); Loading Loading
pkgs/build-support/build-fhsenv-bubblewrap/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -111,7 +111,7 @@ let init = run: writeShellScript "${name}-init" '' source /etc/profile ${createLdConfCache} exec ${run} "$@" exec ${lib.escapeShellArg run} "$@" ''; indentLines = str: lib.concatLines (map (s: " " + s) (filter (s: s != "") (lib.splitString "\n" str))); Loading