fix path to jupyter template

This commit is contained in:
Rachel Lambda Samuelsson 2023-10-15 12:29:58 +02:00
parent 888ab89260
commit c9c20cfde3

View File

@ -18,7 +18,7 @@
welcomeText = "mjau λλλ"; welcomeText = "mjau λλλ";
}; };
templates.jupyter = { templates.jupyter = {
path = ./haskell; path = ./jupyter;
description = "A jupyter flake, with a custom haskell kernel and proper pdflatex LaTeX export supoprt"; description = "A jupyter flake, with a custom haskell kernel and proper pdflatex LaTeX export supoprt";
welcomeText = "mjau 🐍🐍🐍"; welcomeText = "mjau 🐍🐍🐍";
}; };