adr-tools: fix build

`bash` doesn't appear in the wrapper anymore, but only `bashInteractive`

-3
-3
pkgs/by-name/ad/adr-tools/package.nix
··· 72 gnused 73 ] 74 } 75 - # avoid having two bash dependencies in output 76 - substituteInPlace $out/bin/adr --replace-fail "${lib.getExe bash}" "${lib.getExe bashInteractive}" 77 - 78 installShellCompletion --bash autocomplete/adr 79 ''; 80
··· 72 gnused 73 ] 74 } 75 installShellCompletion --bash autocomplete/adr 76 ''; 77