From ef1839cda4e6af9c664e35ae85d3efd2be1579cd Mon Sep 17 00:00:00 2001 From: outremonde Date: Wed, 11 Jun 2025 19:14:30 -0400 Subject: fixed projinit command Former-commit-id: 77b701490fc1dd2b24aaf9d9a4c3361a269b1162 --- features/user/cli/shells/nushell/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'features/user/cli/shells/nushell/default.nix') diff --git a/features/user/cli/shells/nushell/default.nix b/features/user/cli/shells/nushell/default.nix index 71d9a96..c0c8b40 100644 --- a/features/user/cli/shells/nushell/default.nix +++ b/features/user/cli/shells/nushell/default.nix @@ -66,7 +66,7 @@ in { } let path = $path | path expand cp -r ${./direnv-project-template}/* $path - chmod +w $"($path)/*" + chmod +w $"($path)/" direnv allow } -- cgit v1.2.3