main
Rachel Lambda Samuelsson 2024-04-08 21:06:21 +02:00
parent 8be71c6d1c
commit 1410e50aa3
1 changed files with 5 additions and 0 deletions

View File

@ -47,5 +47,10 @@
description = "Minimal c flake";
welcomeText = "sorry";
};
templates.ocaml = {
path = ./ocaml;
description = "Minimal ocaml flake";
welcomeText = "bonjour";
};
};
}