Relative path support for Nix flakes

If you build the included flake before the encompassing flake, it should work.

In the meantime I myself have resorted to workarounds of variously:

  • running nix commands in a wrapper that always passes --override-input
  • directly using import
2 Likes