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: 5ec2a1ed82d4
Choose a base ref
...
head repository: NixOS/nix
compare: aeb695c0074b
Choose a head ref
  • 3 commits
  • 7 files changed
  • 1 contributor

Commits on Sep 2, 2019

  1. Improve error message when a directory is not a flake

    So you now get
    
      $ nix build
      error: path '.' is not a flake (because it does not reference a Git repository)
    
    rather than
    
      $ nix build
      error: unsupported argument '.'
    edolstra committed Sep 2, 2019
    Copy the full SHA
    61fdb16 View commit details
    Browse the repository at this point in the history
  2. Shut up some clang warnings

    edolstra committed Sep 2, 2019
    Copy the full SHA
    c693f80 View commit details
    Browse the repository at this point in the history
  3. Remove obsolete OpenSSL locking code

    OpenSSL 1.1.1 no longer needs this (openssl/openssl@2e52e7d).
    
    This shuts up a clang warning about opensslLockCallback being unused.
    edolstra committed Sep 2, 2019
    Copy the full SHA
    aeb695c View commit details
    Browse the repository at this point in the history