Skip to content

Commit 8bfb2ea

Browse files
committed
forward parameters to shell
1 parent edc90bc commit 8bfb2ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
jq
139139
bash
140140
]
141-
}" ${pkgs.bash}/bin/bash --noprofile --norc ${./test-templates.bash}
141+
}" ${pkgs.bash}/bin/bash --noprofile --norc ${./test-templates.bash} "''${@}"
142142
'';
143143
};
144144

0 commit comments

Comments
 (0)