From 84a25f0592c434229ec5bc937769252c58c68d58 Mon Sep 17 00:00:00 2001 From: maxstrb Date: Mon, 5 Jan 2026 21:27:51 +0100 Subject: [PATCH] non important commit --- home/modules/create-project/create-project.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/modules/create-project/create-project.nix b/home/modules/create-project/create-project.nix index fcbdfe8..164d8e3 100644 --- a/home/modules/create-project/create-project.nix +++ b/home/modules/create-project/create-project.nix @@ -30,7 +30,7 @@ in { exit 1 } - let blueprint_dir = "${blueprints}/($type)" + let blueprint_dir = $"${blueprints}/($type)" if ($blueprint_dir | path type) != "dir" { print "This project type doesn't exist"