Nixerus/flake.nix

8 lines
182 B
Nix
Raw Normal View History

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