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: 8115c10e597a
Choose a base ref
...
head repository: NixOS/nix
compare: eb40c23dfdae
Choose a head ref
  • 16 commits
  • 18 files changed
  • 5 contributors

Commits on Sep 1, 2018

  1. add manual entries for disallowedRequisites and disallowedReferences

    (cherry picked from commit 81d1385)
    symphorien authored and edolstra committed Sep 1, 2018
    Copy the full SHA
    1d61996 View commit details
    Browse the repository at this point in the history
  2. manual: distributed-builds: Mention - as default

    (cherry picked from commit 10ebcf8)
    nh2 authored and edolstra committed Sep 1, 2018
    Copy the full SHA
    d853b57 View commit details
    Browse the repository at this point in the history
  3. manual: document why ~/.netrc doesn't work

    Maybe there is a better place to document this, which is more generic?
    
    (cherry picked from commit 33712fe)
    graham-at-target authored and edolstra committed Sep 1, 2018
    Copy the full SHA
    d3088a6 View commit details
    Browse the repository at this point in the history
  4. docs: Add some examples to fetchGit

    (cherry picked from commit 2df21b7)
    graham-at-target authored and edolstra committed Sep 1, 2018
    Copy the full SHA
    81028d5 View commit details
    Browse the repository at this point in the history
  5. docs: Add IDs to important sections

    (cherry picked from commit 149d10c)
    graham-at-target authored and edolstra committed Sep 1, 2018
    Copy the full SHA
    165743b View commit details
    Browse the repository at this point in the history
  6. Add contributors

    (cherry picked from commit 4095cd6)
    edolstra committed Sep 1, 2018
    Copy the full SHA
    b717898 View commit details
    Browse the repository at this point in the history
  7. nix path-info: Remove trailing spaces

    Fixes #2390.
    
    (cherry picked from commit b7409c5)
    edolstra committed Sep 1, 2018
    Copy the full SHA
    d2339af View commit details
    Browse the repository at this point in the history
  8. fetchGit/fetchMercurial: Don't absolutize paths

    This is already done by coerceToString(), provided that the argument
    is a path (e.g. 'fetchGit ./bla'). It fixes the handling of URLs like
    git@github.com:owner/repo.git. It breaks 'fetchGit "./bla"', but that
    was never intended to work anyway and is inconsistent with other
    builtin functions (e.g. 'readFile "./bla"' fails).
    
    (cherry picked from commit 475a0a5)
    edolstra committed Sep 1, 2018
    Copy the full SHA
    6202ffd View commit details
    Browse the repository at this point in the history
  9. Drop ssh://... as a required formatting for builtins.fetchGit

    (cherry picked from commit 0b7568f)
    grahamc authored and edolstra committed Sep 1, 2018
    Copy the full SHA
    75a041c View commit details
    Browse the repository at this point in the history
  10. nix-build: print stats on sucessful builds

    (cherry picked from commit b7bb627)
    grahamc authored and edolstra committed Sep 1, 2018
    Copy the full SHA
    958e037 View commit details
    Browse the repository at this point in the history
  11. nix-build: Print stats even in failing builds

    (cherry picked from commit 8770253)
    grahamc authored and edolstra committed Sep 1, 2018
    Copy the full SHA
    348a2eb View commit details
    Browse the repository at this point in the history
  12. We support aarch64 now

    (cherry picked from commit f66fa7c)
    grahamc authored and edolstra committed Sep 1, 2018
    Copy the full SHA
    a4a72c0 View commit details
    Browse the repository at this point in the history
  13. Document the multi-user installer some

    Use sh <(...) syntax for installation to preserve stdin and prompting
    
    also update installation docs to account for changes in multi-user selection
    
    (cherry picked from commit c3e508d)
    grahamc authored and edolstra committed Sep 1, 2018
    Copy the full SHA
    93cae69 View commit details
    Browse the repository at this point in the history
  14. Default to single-user install

    (cherry picked from commit 51f9682)
    grahamc authored and edolstra committed Sep 1, 2018
    Copy the full SHA
    95ed61c View commit details
    Browse the repository at this point in the history
  15. release notes: note that the multi-user installer is available but no…

    …t selected for Linux with systemd, and the bug about selinux
    
    (cherry picked from commit 4be7652)
    grahamc authored and edolstra committed Sep 1, 2018
    Copy the full SHA
    7fe614b View commit details
    Browse the repository at this point in the history
  16. Create upgrade notes

    (cherry picked from commit c42eaaf)
    grahamc authored and edolstra committed Sep 1, 2018
    Copy the full SHA
    eb40c23 View commit details
    Browse the repository at this point in the history