From 45365a2f387c810206bb34533cf4efa809f91a65 Mon Sep 17 00:00:00 2001 From: maxstrb Date: Tue, 16 Dec 2025 13:45:17 +0100 Subject: [PATCH] non important commit --- home/modules/create-project/project-blueprints/c-sharp/init.sh | 1 + 1 file changed, 1 insertion(+) create mode 100644 home/modules/create-project/project-blueprints/c-sharp/init.sh diff --git a/home/modules/create-project/project-blueprints/c-sharp/init.sh b/home/modules/create-project/project-blueprints/c-sharp/init.sh new file mode 100644 index 0000000..ba822cc --- /dev/null +++ b/home/modules/create-project/project-blueprints/c-sharp/init.sh @@ -0,0 +1 @@ +nix develop . --command bash -c "dotnet new console"