Nixerus/flake.nix

8 lines
162 B
Nix
Raw Normal View History

2023-05-18 01:17:55 +02:00
{
description = "Empty flake for intended to be overriden for non public modules";
outputs = { self }: {
homeModule = { };
systemModule = { };
};
}