Signed-off-by: Xe <me@christine.website>
@ -1,7 +1,7 @@
{
description = "Nix tools to help you build portable services";
outputs = { self, nixpkgs, utils }: {
outputs = { self }: {
overlay = final: prev: prev.callPackage ./. { };
};
}