From c8e498da150839ad0069d42d94a674575f0a0fef Mon Sep 17 00:00:00 2001 From: Daniel Winkler Date: Sun, 1 Jun 2025 23:48:21 +0200 Subject: [PATCH] typo --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 2ef6985..61dbdd3 100644 --- a/flake.nix +++ b/flake.nix @@ -10,7 +10,7 @@ sci = { path = ./templates/sci; description = "Scientific computing environment (Julia, Python, R)"; - } + }; }; defaultTemplate = self.templates.sci; };