We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f6ab930 + 33f6bda commit 79fb36cCopy full SHA for 79fb36c
nixos/modules/programs/ssh.nix
@@ -13,7 +13,7 @@ let
13
14
askPasswordWrapper = pkgs.writeScript "ssh-askpass-wrapper" ''
15
#! ${pkgs.runtimeShell} -e
16
- eval export $(systemctl --user show-environment | ${pkgs.coreutils}/bin/grep -E '^(DISPLAY|WAYLAND_DISPLAY|XAUTHORITY)=')
+ eval export $(systemctl --user show-environment | ${lib.getExe pkgs.gnugrep} -E '^(DISPLAY|WAYLAND_DISPLAY|XAUTHORITY)=')
17
exec ${cfg.askPassword} "$@"
18
'';
19
0 commit comments