flake-it-till-you-make-it/flake.nix

11 lines
168 B
Nix
Raw Normal View History

2025-05-30 22:10:22 +02:00
{
description = "A flake template";
outputs = _: {
templates.default = {
path = ./template;
description = "A general purpose flake";
};
};
}