From a27820eb9986222625072e771738b39d352be96c Mon Sep 17 00:00:00 2001 From: depsterr Date: Tue, 5 Mar 2024 19:09:59 +0100 Subject: [PATCH] doh --- flake.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/flake.nix b/flake.nix index ae75542..eaf26ca 100644 --- a/flake.nix +++ b/flake.nix @@ -27,5 +27,15 @@ description = "Minimal python flake"; welcomeText = "hisss 🐍🐍🐍"; }; + templates.julia = { + path = ./julia; + description = "Minimal julia flake"; + welcomeText = ":3"; + }; + templates.idris2 = { + path = ./idris2; + description = "Minimal idris2 flake"; + welcomeText = "mjau :3"; + }; }; }