···30 local p=/run/current-system/sw/bin/command-not-found
31 if [ -x $p -a -f /nix/var/nix/profiles/per-user/root/channels/nixos/programs.sqlite ]; then
32 # Run the helper program.
33- $p "$1"
34 # Retry the command if we just installed it.
35 if [ $? = 126 ]; then
36 "$@"
···51 local p=/run/current-system/sw/bin/command-not-found
52 if [ -x $p -a -f /nix/var/nix/profiles/per-user/root/channels/nixos/programs.sqlite ]; then
53 # Run the helper program.
54- $p "$1"
5556 # Retry the command if we just installed it.
57 if [ $? = 126 ]; then
···30 local p=/run/current-system/sw/bin/command-not-found
31 if [ -x $p -a -f /nix/var/nix/profiles/per-user/root/channels/nixos/programs.sqlite ]; then
32 # Run the helper program.
33+ $p "$@"
34 # Retry the command if we just installed it.
35 if [ $? = 126 ]; then
36 "$@"
···51 local p=/run/current-system/sw/bin/command-not-found
52 if [ -x $p -a -f /nix/var/nix/profiles/per-user/root/channels/nixos/programs.sqlite ]; then
53 # Run the helper program.
54+ $p "$@"
5556 # Retry the command if we just installed it.
57 if [ $? = 126 ]; then