impermanence-talk/template/custom/default.nix

6 lines
46 B
Nix
Raw Normal View History

2024-04-09 11:27:55 +00:00
{...}: {
imports = [
./basic.nix
];
}