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: fe11f8a2c3bf
Choose a base ref
...
head repository: NixOS/nix
compare: 9fbd2220824a
Choose a head ref
  • 12 commits
  • 20 files changed
  • 1 contributor

Commits on Oct 9, 2019

  1. Fix Bison 2.4 warning

    edolstra committed Oct 9, 2019
    Copy the full SHA
    926d3e5 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    55bba8e View commit details
    Browse the repository at this point in the history
  3. Filter ANSI escape sequences in -L output

    Otherwise, builds like NixOS VM tests may leave the terminal in a
    weird state and do resets.
    edolstra committed Oct 9, 2019
    Copy the full SHA
    4331eeb View commit details
    Browse the repository at this point in the history
  4. Remove world-writability from per-user directories

    'nix-daemon' now creates subdirectories for users when they first
    connect.
    
    Fixes #509 (CVE-2019-17365).
    edolstra committed Oct 9, 2019
    Copy the full SHA
    c57e20e View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    0f35c3c View commit details
    Browse the repository at this point in the history
  6. nix-profile.sh: Don't create .nix-channels

    This is already done by the installer, so no need to do it again.
    edolstra committed Oct 9, 2019
    Copy the full SHA
    17f0128 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    350ba72 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    33d8b79 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    f2a6a92 View commit details
    Browse the repository at this point in the history
  10. Go back to 755 permission on per-user directories

    700 is pointless since the store is world-readable anyway. And
    per-user/root/channels must be world-readable.
    edolstra committed Oct 9, 2019
    Copy the full SHA
    24125cd View commit details
    Browse the repository at this point in the history
  11. Typo

    edolstra committed Oct 9, 2019
    Copy the full SHA
    f3b9254 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    9fbd222 View commit details
    Browse the repository at this point in the history