diff --git a/flake.nix b/flake.nix index 5b384ab..54ab725 100644 --- a/flake.nix +++ b/flake.nix @@ -12,7 +12,7 @@ description = "Scientific computing environment (Julia, Python, R)"; }; sci_minimal = { - path = ./templates/sci_minimal/; + path = ./templates/sci_minimal; description = "Scientific computing environment (Julia, Python, R) without folder structure"; } };