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: 03aaabce2452
Choose a base ref
...
head repository: NixOS/nix
compare: 79ff84e655e2
Choose a head ref
  • 4 commits
  • 12 files changed
  • 3 contributors

Commits on Apr 15, 2019

  1. Revert "Restore parent mount namespace before executing a child process"

    This reverts commit a0ef212. This
    doesn't work in 'nix run' and nix-shell because setns() fails in
    multithreaded programs, and Boehm GC mark threads are uncancellable.
    
    Fixes #2646.
    
    (cherry picked from commit 01d07b1)
    edolstra committed Apr 15, 2019
    Copy the full SHA
    6609f75 View commit details
    Browse the repository at this point in the history
  2. manual: mention the "channel:" shorthand for NIX_PATH

    Bumped to 15.09 because older channels, when downloaded from
    nixos.org, require firefox to be accessed via `pkgs.firefox`
    
    (cherry picked from commit 75ec68f)
    veprbl authored and edolstra committed Apr 15, 2019
    Copy the full SHA
    6b5c52b View commit details
    Browse the repository at this point in the history
  3. manual: include builtins.* for globally available builtins

    This improves searchability.
    
    (cherry picked from commit 6f09307)
    lheckemann authored and edolstra committed Apr 15, 2019
    Copy the full SHA
    9b1b459 View commit details
    Browse the repository at this point in the history
  4. eval: improve type description for primops and applied primops

    This can make type errors a little easier to understand.
    
    (cherry picked from commit 2aa89da)
    lheckemann authored and edolstra committed Apr 15, 2019
    Copy the full SHA
    79ff84e View commit details
    Browse the repository at this point in the history