From ca6052967cd43e84b466fac8218c678479a7224d Mon Sep 17 00:00:00 2001 From: outremonde Date: Wed, 11 Jun 2025 19:05:58 -0400 Subject: fixed projinit command Former-commit-id: 7d925e9e50fd351980727fd3ed1c786031b2eeb8 --- features/user/cli/shells/nushell/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'features') diff --git a/features/user/cli/shells/nushell/default.nix b/features/user/cli/shells/nushell/default.nix index 0b556f9..8d182ae 100644 --- a/features/user/cli/shells/nushell/default.nix +++ b/features/user/cli/shells/nushell/default.nix @@ -64,7 +64,8 @@ in { $path = "./" } let path = $path | path expand - cp -r ${./direnv-project-template}/* ./ + cp -r ${./direnv-project-template}/* $path + chmod +w $path/* direnv allow } -- cgit v1.2.3