1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-20 23:28:26 -04:00
nix/src
regnat e2f3b2eb42 Make missing auto-call arguments throw an eval error
The PR #4240 changed messag of the error that was thrown when an auto-called
function was missing an argument.
However this change also changed the type of the error, from `EvalError`
to a new `MissingArgumentError`. This broke hydra which was relying on
an `EvalError` being thrown.

Make `MissingArgumentError` a subclass of `EvalError` to un-break hydra.
2021-02-22 16:13:09 +01:00
..
build-remote Move command plugin interface to libnixcmd 2021-01-26 06:22:24 -05:00
cpptoml Revert the enum struct change 2020-06-18 22:11:26 +00:00
libcmd Merge pull request #4541 from obsidiansystems/simpler-store-path-command 2021-02-19 16:18:53 +01:00
libexpr Make missing auto-call arguments throw an eval error 2021-02-22 16:13:09 +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 Remove the drv resolution caching mechanism 2021-02-19 15:48:31 +01:00
libutil Support --no-net for backwards compatibility 2021-02-07 20:44:56 +01:00
nix Increase default stack size on Linux 2021-02-18 19:22:37 +01:00
nix-build Don't crash nix-build when not all outputs are realised 2021-02-19 15:48:31 +01:00
nix-channel Move command plugin interface to libnixcmd 2021-01-26 06:22:24 -05:00
nix-collect-garbage Move command plugin interface to libnixcmd 2021-01-26 06:22:24 -05:00
nix-copy-closure Move command plugin interface to libnixcmd 2021-01-26 06:22:24 -05:00
nix-env Move command plugin interface to libnixcmd 2021-01-26 06:22:24 -05:00
nix-instantiate Move command plugin interface to libnixcmd 2021-01-26 06:22:24 -05:00
nix-store Move command plugin interface to libnixcmd 2021-01-26 06:22:24 -05:00
resolve-system-dependencies Fix macOS build 2021-01-21 12:46:22 +01:00