1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 10:50:24 -04:00
nix/src
Eelco Dolstra 128098040b
Fix exception handling around realisePath()
This no longer worked correctly because 'path' is uninitialised when
an exception occurs, leading to errors like

       … while importing ''

       at /nix/store/rrzz5b1pshvzh1437ac9nkl06br81lkv-source/flake.nix:352:13:

So move the adding of the error context into realisePath().
2022-01-21 13:53:18 +01:00
..
build-remote build-remote: Implicitly add the 'builtin' system type to all machines 2021-10-27 14:25:13 +02:00
libcmd Add Installable::toDrvPaths() 2022-01-18 17:28:18 +01:00
libexpr Fix exception handling around realisePath() 2022-01-21 13:53:18 +01:00
libfetchers Get rid of std::shared_ptr<std::string> and ref<std::string> 2022-01-18 11:12:30 +01:00
libmain Respect /etc/hosts 2021-12-13 19:37:30 +01:00
libstore Merge pull request #5949 from obsidiansystems/old-copyClosure 2022-01-21 11:33:32 +01:00
libutil Merge pull request #5906 from pennae/primops-optimization 2022-01-18 19:43:28 +01:00
nix Merge pull request #5942 from NixOS/5912-quieter-nix-why-depends 2022-01-21 10:18:28 +01:00
nix-build Merge pull request #5812 from pennae/small-perf-improvements 2022-01-17 19:49:52 +01:00
nix-channel nix-channel: use nix-env -i --remove-all to upgrade 2021-07-25 12:00:00 +00:00
nix-collect-garbage
nix-copy-closure copyPaths: Pass store by reference 2021-07-22 09:59:51 +02:00
nix-env Check for --meta before emitting it for --json 2022-01-06 14:40:02 -08:00
nix-instantiate Merge pull request #5428 from kreisys/add-pos-to-json-type-error 2021-11-15 07:57:46 -06:00
nix-store nix-store --serve: pass on settings.keepFailed from SSH store 2021-08-31 13:11:46 +02:00
nlohmann Install nlohmann_json headers 2021-11-11 11:05:44 +01:00
resolve-system-dependencies
toml11 Replace cpptoml with toml11 2021-12-17 22:03:33 +01:00