summaryrefslogtreecommitdiff
path: root/features/user
diff options
context:
space:
mode:
authoroutremonde <outremonde@vivaldi.net>2025-06-11 19:07:29 -0400
committeroutremonde <outremonde@vivaldi.net>2025-06-11 19:07:29 -0400
commit26a35fdd76d8f46402df467da1461d7526c3faa5 (patch)
treee51d4877542651492bfb65c28beb730b39cf24c6 /features/user
parentca6052967cd43e84b466fac8218c678479a7224d (diff)
fixed projinit command
Former-commit-id: 6e052061f75b077155c73b59c8c980a32bba0e13
Diffstat (limited to 'features/user')
-rw-r--r--features/user/cli/shells/nushell/default.nix2
1 files changed, 1 insertions, 1 deletions
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
}