From 956542f2647354fb4160397f51649bd23395136e Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Thu, 30 Jan 2025 18:02:50 -0600 Subject: [PATCH] bash files don't exist? --- pkgs/distrobox/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/distrobox/default.nix b/pkgs/distrobox/default.nix index 050d5c3..7bac1c6 100644 --- a/pkgs/distrobox/default.nix +++ b/pkgs/distrobox/default.nix @@ -49,8 +49,7 @@ stdenvNoCC.mkDerivation (finalAttrs: { postInstall = '' installShellCompletion \ --cmd distrbox \ - --zsh completions/zsh/_distrobox \ - --bash completions/bash/distrbox + --zsh completions/zsh/_distrobox ''; meta = with lib; {