From 8868c4303362b4510df7ce87e68cb0a9147f343d Mon Sep 17 00:00:00 2001 From: maxstrb Date: Thu, 19 Feb 2026 10:22:46 +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 d71cf7a..b56b715 100644 --- a/home/modules/create-project/create-project.nix +++ b/home/modules/create-project/create-project.nix @@ -41,7 +41,7 @@ in { cd $name if (ls $blueprint_dir | length) > 0 { - glob $"($blueprint_dir)/*" | each { |file| cp $file . } + glob $"($blueprint_dir)/*" | each { |file| cp --recursive $file . } ^chmod -R u+w . }