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