builtins.getFlake
without the restrictions.
To use, add the following to your flake.nix
:
inputs.get-flake.url = "github:ursi/get-flake";
Afterwards, you can use it to call a flake from anywhere, including a parent directory, as follows:
parent-flake = get-flake ../.;