11 src = fetchFromGitLab {
15 hash = "sha256-Y+TCMKLLBcpGgbQbwt/F9PhcDoG9B156hHM9teD+vFA=";
18 vendorHash = "sha256-kwAmp3pP2oEETztJ28fW1H6cMp0mCBiunVy41I8aeEk=";
20 nativeBuildInputs = [ installShellFiles ];
23 installShellCompletion --cmd optinix \
24 --bash <($out/bin/optinix completion bash) \
25 --fish <($out/bin/optinix completion fish) \
26 --zsh <($out/bin/optinix completion zsh)
30 description = "Tool for searching options in Nix";
31 homepage = "https://gitlab.com/hmajid2301/optinix";
32 license = lib.licenses.mit;
33 maintainers = with lib.maintainers; [ hmajid2301 ];
34 mainProgram = "optinix";