Skip to content

Commit

Permalink
Fix nushell template
Browse files Browse the repository at this point in the history
I'm dum :(
  • Loading branch information
K900 committed Mar 24, 2024
1 parent 1b9c7a3 commit 3b0f819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/env.nu.j2
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def _nix_your_shell (command: string, args: list<string>) {
{%- else %}
let args = ["--"] ++ $args
{%- endif %}
run-external {{ executable }} $command ...$args
run-external {{ executable }} nu $command ...$args
} else {
run-external $command ...$args
}
Expand Down

0 comments on commit 3b0f819

Please sign in to comment.