Nixerus/flake.nix

8 lines
182 B
Nix

{
description = "Empty flake intended to be overriden with '--override-input' for non public modules";
outputs = { self }: {
homeModule = { };
systemModule = { };
};
}