{ description = "Nix tools to help you build portable services"; outputs = { self }: { overlay = final: prev: { portableService = prev.pkgs.callPackage ./. { }; }; }; }