# Run the one with my cool feature here for now let sources = import ../../npins; inherit (sources) nil; inherit (nil.repository) owner repo; in final: _: { nil = (builtins.getFlake "github:${owner}/${repo}/${nil.revision}").packages.${final.system}.default; }