blueopinion/flake.nix

5 lines
76 B
Nix

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