bash files don't exist?

This commit is contained in:
Daylin Morgan 2025-01-30 18:02:50 -06:00
parent 8eb69db10f
commit 956542f264
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -49,8 +49,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
postInstall = '' postInstall = ''
installShellCompletion \ installShellCompletion \
--cmd distrbox \ --cmd distrbox \
--zsh completions/zsh/_distrobox \ --zsh completions/zsh/_distrobox
--bash completions/bash/distrbox
''; '';
meta = with lib; { meta = with lib; {