portable-svc/flake.nix

8 lines
157 B
Nix
Raw Normal View History

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