Skip to content

Commit 2facd47

Browse files
authored
Fix nushell template (#69)
1 parent 1b9c7a3 commit 2facd47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/env.nu.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def _nix_your_shell (command: string, args: list<string>) {
99
{%- else %}
1010
let args = ["--"] ++ $args
1111
{%- endif %}
12-
run-external {{ executable }} $command ...$args
12+
run-external {{ executable }} nu $command ...$args
1313
} else {
1414
run-external $command ...$args
1515
}

0 commit comments

Comments
 (0)