From f4c31baad73d8e347f83bf15ca8713934ea134cf Mon Sep 17 00:00:00 2001 From: Daniel Winkler Date: Tue, 3 Jun 2025 13:13:20 +0200 Subject: [PATCH] typo2 --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 54ab725..8f20546 100644 --- a/flake.nix +++ b/flake.nix @@ -14,7 +14,7 @@ sci_minimal = { path = ./templates/sci_minimal; description = "Scientific computing environment (Julia, Python, R) without folder structure"; - } + }; }; defaultTemplate = self.templates.sci; };