Make self.flake.lib lazy like self.flake.modules
Currently we can not factor lib.nix into multiple files because self.flake.lib is evaluating fully when read. Can we add a module that permits this?
Currently we can not factor lib.nix into multiple files because self.flake.lib is evaluating fully when read. Can we add a module that permits this?