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"