From c9c20cfde3b5d2b81f0ee5dfcb38f530f72cd9d8 Mon Sep 17 00:00:00 2001 From: Rachel Lambda Samuelsson Date: Sun, 15 Oct 2023 12:29:58 +0200 Subject: [PATCH] fix path to jupyter template --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index bdffc0f..07415d4 100644 --- a/flake.nix +++ b/flake.nix @@ -18,7 +18,7 @@ welcomeText = "mjau λλλ"; }; templates.jupyter = { - path = ./haskell; + path = ./jupyter; description = "A jupyter flake, with a custom haskell kernel and proper pdflatex LaTeX export supoprt"; welcomeText = "mjau 🐍🐍🐍"; };