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: dd83b29b9003
Choose a base ref
...
head repository: NixOS/nix
compare: d9864be4b757
Choose a head ref
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 21, 2021

  1. Get deriver when passing --derivation

    This makes Nix look up paths derivations when they are passed as a
    store paths. So:
    
    $ nix path-info --derivation /nix/store/0pisd259nldh8yfjvw663mspm60cn5v8-hello-2.10
    
    now gives
    
    /nix/store/qp724w90516n4bk5r9gfb37vzmqdh3z7-hello-2.10.drv
    
    instead of "".
    
    If no deriver is available, Nix now errors instead of silently
    ignoring that argument.
    matthewbauer committed Apr 21, 2021
    Copy the full SHA
    428062e View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2021

  1. Copy the full SHA
    78a2303 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d9864be View commit details
    Browse the repository at this point in the history