{ description = "My overlays"; outputs = { self, nixpkgs }: { overlay = import ./pkgs; }; }