Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: c87ec93392e5
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: ddd09101c50f
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Feb 13, 2020

  1. nixos-enter: redirect to fd2 instead of a file named /dev/stderr

    In some cases, /dev/stderr may not point to a sensible location. For
    example, running nixos-enter inside a systemd unit where the unit's
    StandardOutput and StandardError are set to be sockets. In these
    cases, this line would fail.
    
    Piping to fd2 directly works just as well, even under strange and
    twisted executions.
    
    Co-authored-by: Michael Bishop <michael.bishop@iohk.io>
    grahamc and cleverca22 committed Feb 13, 2020
    Copy the full SHA
    2d42fc2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #79967 from grahamc/nixos-enter-fd2

    nixos-enter: redirect to fd2 instead of a file named /dev/stderr
    grahamc committed Feb 13, 2020
    Copy the full SHA
    ddd0910 View commit details
    Browse the repository at this point in the history