Skip to content

Commit b6e2fe0

Browse files
use list<any> for _nix_your_shell args (#84)
1 parent 11b7c68 commit b6e2fe0

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
@@ -1,7 +1,7 @@
11
# If you see this output, you probably forgot to pipe it into `source`:
22
# nix-your-shell nu | save nix-your-shell.nu
33

4-
def _nix_your_shell (command: string, args: list<string>) {
4+
def _nix_your_shell (command: string, args: list<any>) {
55
if not (which {{ executable }} | is-empty) {
66
{%- if extra_args %}
77
{#- If you squint hard enough, JSON lists are just Nu lists #}

0 commit comments

Comments
 (0)