From 644d62c01d896adc0aaf517f48f219cd1f76d3e1 Mon Sep 17 00:00:00 2001 From: Daniel Winkler Date: Tue, 3 Jun 2025 13:12:31 +0200 Subject: [PATCH] typo --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; } };