This website works better with JavaScript.
Explore
Help
Sign In
pimhwang
/
qTox
mirror of
https://github.com/qTox/qTox.git
Watch
1
Star
0
Fork
You've already forked qTox
0
Code
Issues
Projects
Releases
Wiki
Activity
qTox is a chat, voice, video, and file transfer IM client using the encrypted peer-to-peer Tox protocol.
video
p2p
audio
c-plus-plus
communication
distributed
encryption
messaging
privacy
qt
qtox
tox
voip
7839
Commits
3
Branches
42
Tags
54 MiB
C++
85.6%
Shell
4.3%
C
3.6%
CMake
1.9%
CSS
1.8%
Other
2.7%
Tree:
0693c509f7
qTox
/
shell.nix
2 lines
84 B
Raw
Blame
History
{
pkgs
?
import
<nixpkgs>
{
}
}:
pkgs
.
mkShell
{
inputsFrom
=
with
pkgs
;
[
qtox
]
;
}
Reference in new issue
Copy Permalink