We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11b7c68 commit b6e2fe0Copy full SHA for b6e2fe0
data/env.nu.j2
@@ -1,7 +1,7 @@
1
# If you see this output, you probably forgot to pipe it into `source`:
2
# nix-your-shell nu | save nix-your-shell.nu
3
4
-def _nix_your_shell (command: string, args: list<string>) {
+def _nix_your_shell (command: string, args: list<any>) {
5
if not (which {{ executable }} | is-empty) {
6
{%- if extra_args %}
7
{#- If you squint hard enough, JSON lists are just Nu lists #}
0 commit comments