Navigation Menu

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/nix
base: 649c465873b2
Choose a base ref
...
head repository: NixOS/nix
compare: ed02d20e1d43
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Sep 28, 2020

  1. Fix tar invocation on FreeBSD

    tar(1) on FreeBSD does not use standard output or input when the -f flag
    is not provided. Instead, it defaults to /dev/sa0 on FreeBSD.
    
    Make this tar invocation a bit more robust and explicitly tell tar(1) to
    use standard output.
    
    This is one of the issues discovered while porting Nix to FreeBSD. It has
    been tested and committed locally to FreeBSD ports:
    https://svnweb.freebsd.org/ports/head/sysutils/nix/Makefile?revision=550026&view=markup#l108
    0mp committed Sep 28, 2020
    Copy the full SHA
    ed66d01 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2020

  1. Merge pull request #4085 from 0mp/patch-2

    Fix tar invocation on FreeBSD
    edolstra committed Sep 29, 2020
    Copy the full SHA
    ed02d20 View commit details
    Browse the repository at this point in the history