mirror of
https://github.com/NixOS/nix.git
synced 2025-11-30 22:20:59 +01:00
The actual motive here is the avoidance of integer overflow if we were to make these use checked NixInts and retain the subtraction. However, the actual *intent* of this code is a three-way comparison, which can be done with operator<=>, so we should just do *that* instead. Change-Id: I7f9a7da1f3176424b528af6d1b4f1591e4ab26bf |
||
|---|---|---|
| .. | ||
| buildenv.nix | ||
| nix-env.cc | ||
| user-env.cc | ||
| user-env.hh | ||