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