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: 0e7376f9a293
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 7c094545c551
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Dec 23, 2018

  1. coreutils: fix unprivileged sandbox build

    In usernamespaces some POSIX assumptions break, which
    make some coreutils fail when running with sandbox but without a nix-deamon.
    With this pull request it is possible to bootstrap stdenv without root-permission,
    which is quiet useful in HPC environments.
    Mic92 committed Dec 23, 2018
    Copy the full SHA
    0a35c5c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #52672 from Mic92/coreutils-fixes

    coreutils: fix unprivileged sandbox build
    Mic92 committed Dec 23, 2018
    Copy the full SHA
    7c09454 View commit details
    Browse the repository at this point in the history