blueopinion/flake.nix
2024-12-23 12:25:41 +01:00

5 lines
76 B
Nix

{
outputs = _: {
templates.default.path = ./templates/default;
};
}