Loading
libliftoff: fix `override` mechanism by using `callPackage`
Before the change this override had no effect:
$ nix build --impure --expr 'with import ./. {}; libliftoff_0_4.override { stdenv = gcc14Stdenv; }'
After the change it applies new `gcc` and exposes the failure.