mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
Merge pull request #331329 from kylecarbs/master
coder: fix build failure with shell completion
This commit is contained in:
commit
eb7bdd44ec
1 changed files with 0 additions and 5 deletions
|
@ -83,11 +83,6 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
|||
'';
|
||||
|
||||
postInstall = ''
|
||||
installShellCompletion --cmd coder \
|
||||
--bash <($out/bin/coder completion bash) \
|
||||
--fish <($out/bin/coder completion fish) \
|
||||
--zsh <($out/bin/coder completion zsh)
|
||||
|
||||
wrapProgram $out/bin/coder \
|
||||
--prefix PATH : ${lib.makeBinPath [ terraform ]}
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue