Loading nixos/modules/programs/fish.nix +1 −1 Original line number Diff line number Diff line Loading @@ -271,7 +271,7 @@ in '' mkdir -p $out if [ -d $package/share/man ]; then find $package/share/man -type f | xargs ${pkgs.python3.interpreter} ${patchedGenerator}/create_manpage_completions.py --directory $out >/dev/null find $package/share/man -type f | xargs ${pkgs.python3.pythonForBuild.interpreter} ${patchedGenerator}/create_manpage_completions.py --directory $out >/dev/null fi ''; in Loading Loading
nixos/modules/programs/fish.nix +1 −1 Original line number Diff line number Diff line Loading @@ -271,7 +271,7 @@ in '' mkdir -p $out if [ -d $package/share/man ]; then find $package/share/man -type f | xargs ${pkgs.python3.interpreter} ${patchedGenerator}/create_manpage_completions.py --directory $out >/dev/null find $package/share/man -type f | xargs ${pkgs.python3.pythonForBuild.interpreter} ${patchedGenerator}/create_manpage_completions.py --directory $out >/dev/null fi ''; in Loading