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: 8e758d402ba1
Choose a base ref
...
head repository: NixOS/nix
compare: 965dc6070a1b
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Jan 27, 2021

  1. Add traces to errors while updating flake lock file

    Example:
    
    $ nix build --show-trace
    error: unable to download 'https://api.github.com/repos/NixOS/nixpkgs/commits/no-such-branch': HTTP error 422 ('')
    
           response body:
    
           {
             "message": "No commit found for SHA: no-such-branch",
             "documentation_url": "https://docs.github.com/rest/reference/repos#get-a-commit"
           }
    
           … while fetching the input 'github:NixOS/nixpkgs/no-such-branch'
    
           … while updating the flake input 'nixpkgs'
    
           … while updating the lock file of flake 'git+file:///home/eelco/Dev/nix'
    edolstra committed Jan 27, 2021
    Copy the full SHA
    c03f410 View commit details
    Browse the repository at this point in the history
  2. Drop trailing whitespace

    edolstra committed Jan 27, 2021
    Copy the full SHA
    965dc60 View commit details
    Browse the repository at this point in the history