lix/src/libfetchers
Eelco Dolstra c03f41055d 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'
2021-01-27 14:02:54 +01:00
..
attrs.cc Fix conversion from JSON to fetch attributes 2021-01-05 02:06:25 +00:00
attrs.hh Capitalize JSON for consistency 2020-10-28 17:54:28 -05:00
cache.cc Capitalize JSON for consistency 2020-10-28 17:54:28 -05:00
cache.hh Shut up a clang warning 2020-07-03 14:50:07 +02:00
fetchers.cc Add traces to errors while updating flake lock file 2021-01-27 14:02:54 +01:00
fetchers.hh Merge pull request #4080 from kquick/kwq/flake-int-doc 2020-10-19 11:29:12 +02:00
git.cc Add explicit allRefs = true; argument to fetchGit 2020-12-22 10:46:00 +01:00
github.cc Merge branch 'slashes-in-github-branches' of https://github.com/Ma27/nix 2021-01-18 12:55:06 +01:00
indirect.cc Remove static variable name clashes 2020-10-06 13:49:20 +02:00
local.mk StorePath: Rewrite in C++ 2020-06-16 14:28:41 +02:00
mercurial.cc Cast variants fully for libc++10 2020-12-23 23:41:58 -06:00
path.cc string2Int(): Return std::optional 2021-01-08 12:22:21 +01:00
registry.cc Capitalize JSON for consistency 2020-10-28 17:54:28 -05:00
registry.hh Remove TreeInfo 2020-05-30 00:44:11 +02:00
tarball.cc Remove expectedETag assert in tarball.cc 2021-01-22 23:19:52 -06:00