From b5db66a94bd15f9dfe063b91487a6283c77f1cdd Mon Sep 17 00:00:00 2001 From: maxstrb Date: Thu, 19 Feb 2026 10:30:32 +0100 Subject: [PATCH] non important commit --- home/modules/create-project/project-blueprints/rust/init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/modules/create-project/project-blueprints/rust/init.sh b/home/modules/create-project/project-blueprints/rust/init.sh index bdfea81..af05a44 100644 --- a/home/modules/create-project/project-blueprints/rust/init.sh +++ b/home/modules/create-project/project-blueprints/rust/init.sh @@ -2,7 +2,7 @@ nix develop . --command bash -c "cargo new $1" -mv -r "$1"/* . +mv "$1"/* . rm -fr "$1" sed -i -e "s/change_this/$1/g" flake.nix