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 72 gnused 73 73 ] 74 74 } 75 - # avoid having two bash dependencies in output 76 - substituteInPlace $out/bin/adr --replace-fail "${lib.getExe bash}" "${lib.getExe bashInteractive}" 77 - 78 75 installShellCompletion --bash autocomplete/adr 79 76 ''; 80 77