summaryrefslogtreecommitdiff
path: root/features/user/cli/shells/nushell/default.nix
diff options
context:
space:
mode:
authoroutremonde <outremonde@vivaldi.net>2025-06-11 19:05:58 -0400
committeroutremonde <outremonde@vivaldi.net>2025-06-11 19:05:58 -0400
commitca6052967cd43e84b466fac8218c678479a7224d (patch)
treeafdab0bb0ccc4b34c3f865e6a31c835dd09ec079 /features/user/cli/shells/nushell/default.nix
parenta9c16e637826592405edfd22b5b6a70f2a9bb3b2 (diff)
fixed projinit command
Former-commit-id: 7d925e9e50fd351980727fd3ed1c786031b2eeb8
Diffstat (limited to 'features/user/cli/shells/nushell/default.nix')
-rw-r--r--features/user/cli/shells/nushell/default.nix3
1 files changed, 2 insertions, 1 deletions
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
}