lix/src
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
..
build-remote Merge pull request #4467 from edolstra/error-formatting 2021-01-25 12:50:57 +01:00
cpptoml Revert the enum struct change 2020-06-18 22:11:26 +00:00
libexpr Add traces to errors while updating flake lock file 2021-01-27 14:02:54 +01:00
libfetchers Add traces to errors while updating flake lock file 2021-01-27 14:02:54 +01:00
libmain Remove mkFlag() 2021-01-27 12:06:03 +01:00
libstore Tell user to run 'nix log' to get full build logs 2021-01-25 17:15:38 +01:00
libutil Remove mkFlag() 2021-01-27 12:06:03 +01:00
nix Remove mkFlag() 2021-01-27 12:06:03 +01:00
nix-build Improve error formatting 2021-01-21 11:02:09 +01:00
nix-channel Remove static variable name clashes 2020-10-06 13:49:20 +02:00
nix-collect-garbage Remove static variable name clashes 2020-10-06 13:49:20 +02:00
nix-copy-closure Remove static variable name clashes 2020-10-06 13:49:20 +02:00
nix-env Improve error formatting 2021-01-21 11:02:09 +01:00
nix-instantiate Split out local-fs-store.hh 2020-10-09 20:18:08 +00:00
nix-store Improve error formatting 2021-01-21 11:02:09 +01:00
resolve-system-dependencies Fix macOS build 2021-01-21 12:46:22 +01:00