portable-svc/flake.nix

8 lines
152 B
Nix
Raw Normal View History

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