Example: integration testing a flake

1 Like

Recursive-nix is cool but I’m under the impression it’ll go away in it’s current form when dynamic derivations land.

Cool example. I do stuff like this with Bazel to validate that config flags actually fail the build.
(Testing for failure cases)

I think if it’s just the flake I’ve had better success putting it in a subfolder that I call in my CI

Thanks for sharing.

1 Like