12 src = fetchFromGitHub {
13 owner = "claudiodangelis";
16 sha256 = "sha256-3GPZ6+gx5i/xULM3lq7D+b0onBC6clgeZsI1CvZ943s=";
19 vendorSha256 = "sha256-XVBDPhQsnUdftS+jZ1zWZlfSbFXxXrKSqiGTPpLq5i0=";
21 subPackages = [ "." ];
28 installShellCompletion --cmd qrcp \
29 --bash <($out/bin/qrcp completion bash) \
30 --fish <($out/bin/qrcp completion fish) \
31 --zsh <($out/bin/qrcp completion zsh)
35 homepage = "https://claudiodangelis.com/qrcp/";
36 description = "Transfer files over wifi by scanning a QR code from your terminal";
38 qrcp binds a web server to the address of your Wi-Fi network
39 interface on a random port and creates a handler for it. The default
40 handler serves the content and exits the program when the transfer is
43 license = licenses.mit;
44 maintainers = with maintainers; [ fgaz SuperSandro2000 ];
45 broken = stdenv.isDarwin; # needs golang.org/x/sys bump