portable-svc/flake.nix

8 lines
168 B
Nix

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