with builtins; let lock = fromJSON (readFile ../flake.lock); flake-compat = builtins.fetchGit (with lock.nodes.flake-compat.locked; { inherit rev; url = "https://github.com/${owner}/${repo}.git"; }); in { src, ... }: import flake-compat { inherit src; }