From 26a35fdd76d8f46402df467da1461d7526c3faa5 Mon Sep 17 00:00:00 2001 From: outremonde Date: Wed, 11 Jun 2025 19:07:29 -0400 Subject: fixed projinit command Former-commit-id: 6e052061f75b077155c73b59c8c980a32bba0e13 --- features/user/cli/shells/nushell/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/user/cli/shells/nushell/default.nix b/features/user/cli/shells/nushell/default.nix index 8d182ae..2623bc5 100644 --- a/features/user/cli/shells/nushell/default.nix +++ b/features/user/cli/shells/nushell/default.nix @@ -65,7 +65,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