Files
nixpkgs/lib/derivations.nix
Eman Resu 079b1a7d07 lib.derivations: remove throwIfNot usage
throwIfNot sends our error message through a function call, even if the
error condition doesn't trigger. This requires a lot of thunk allocation
that can be easily avoided.
2026-06-30 21:38:26 -04:00

8.4 KiB