···3030 local p=/run/current-system/sw/bin/command-not-found
3131 if [ -x $p -a -f /nix/var/nix/profiles/per-user/root/channels/nixos/programs.sqlite ]; then
3232 # Run the helper program.
3333- $p "$1"
3333+ $p "$@"
3434 # Retry the command if we just installed it.
3535 if [ $? = 126 ]; then
3636 "$@"
···5151 local p=/run/current-system/sw/bin/command-not-found
5252 if [ -x $p -a -f /nix/var/nix/profiles/per-user/root/channels/nixos/programs.sqlite ]; then
5353 # Run the helper program.
5454- $p "$1"
5454+ $p "$@"
55555656 # Retry the command if we just installed it.
5757 if [ $? = 126 ]; then