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: 0744f7f83bfa
Choose a base ref
...
head repository: NixOS/nix
compare: 358da474d767
Choose a head ref
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on Jul 30, 2020

  1. Copy the full SHA
    0bdd6cf View commit details
    Browse the repository at this point in the history
  2. Make expectedHash optional in prim_path

    This fixes an error found in builtins.path that looks like:
    
    store path mismatch in (possibly filtered) path added from '/private/tmp/nix-shell.CyXViH/nix-test/filter-source/filterin'
    
    when no hash is specified
    matthewbauer committed Jul 30, 2020
    Copy the full SHA
    cdc2386 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2020

  1. Merge pull request #3881 from matthewbauer/fix-builtins-path

    Fix builtins.path
    edolstra committed Jul 31, 2020
    Copy the full SHA
    358da47 View commit details
    Browse the repository at this point in the history