Closed Ma27 closed 1 month ago
It's not tenable to maintain a code base that supports both. The changes to the C++ API has been significant in Lix.
I've forked nix-unit into lix-unit here https://github.com/adisbladis/lix-unit.
Documented lix support in readme https://github.com/nix-community/nix-unit/commit/d5e5e7f1827a0deb213e5f07b71660b76b60caee
Trying to inject Lix into
nix-unit
from nixpkgs (2.23.0 from ac2ff9a5d346dd2c5962ea4e6157046041135180) fails like this:The use-case I have is that running tests from a flake of mine fails like this:
The input is correctly locked, however it's declared like this:
Recursive
follows
isn't in Nix 2.23, so this is most likely the issue here.