diff --git a/data/env.nu.j2 b/data/env.nu.j2 index 1df66f7..b2c3d67 100644 --- a/data/env.nu.j2 +++ b/data/env.nu.j2 @@ -1,7 +1,7 @@ # If you see this output, you probably forgot to pipe it into `source`: # nix-your-shell nu | save nix-your-shell.nu -def _nix_your_shell (command: string, args: list) { +def _nix_your_shell (command: string, args: list) { if not (which {{ executable }} | is-empty) { {%- if extra_args %} {#- If you squint hard enough, JSON lists are just Nu lists #}