{ inputs, ... }:
let
self = inputs.self;
in
{
nixpkgs.overlays = [
(final: prev: {
uv-bin = self.packages.x86_64-linux.uv-bin;
})
];
}