Open mitchmindtree opened 11 months ago
HMM, good question, I'm not sure. Seems like nix develop
is not any better, either.
I appreciate you looking into this, I don't have time today to dive deeper here but would appreciate any fixes here. :)
cc @xiongchenyu6 who did the original PR to add these, in case you have ideas.
Thanks for putting this together!
When I use a shell to access the foundry applications like so:
The completions do not appear to work, despite other completions for programs like
nix
andgit
working nicely.Running
nix build github:shazow/foundry.nix
and thentree result
I can see that we do appear to install them:So I'm not sure exactly why this isn't working for me :thinking: The only difference I can see when looking at
nix
completions is that the nix completions file does not use the.bash
suffix:But I doubt this is relevant, as I assume the existing completions must be working for someone, and many other pkgs in nixpkgs use
installShellCompletion
.Any ideas appreciated :pray: