get-flake
get-flake copied to clipboard
builtins.getFlake without the restrictions
trafficstars
get-flake
builtins.getFlake without the restrictions.
Usage
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 ../.;