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; };