Is it possible to have a structure like this with flakes:
foo ├── bar │ └── flake.nix ├── baz │ └── flake.nix └── flake.nix
Where bar and baz's flakes use a lib attr exposed by the flake.nix in the parent foo dir?
lib
flake.nix
foo
error: relative path '../' points outside of its parent's store path '/nix/store/yd4jpnk2l1axgmzzc3qbzdgryd2gdxsf-source'