Update NixOS build instructions (#1910)

This commit is contained in:
Nils
2020-08-24 10:11:19 +01:00
committed by GitHub
parent 1501da7e72
commit 1330837a41
+1 -1
View File
@@ -26,7 +26,7 @@ install [chatterino2-git](https://aur.archlinux.org/packages/chatterino2-git/) f
1. `sudo dnf install gstreamer-plugins-good` *(optional: for audio output)*
## NixOS 18.09+
1. enter the development environment with all of the dependencies: `nix-shell -p openssl boost qt5.full`
1. enter the development environment with all of the dependencies: `nix-shell -p openssl boost qt5.full pkg-config`
1. go into project directory
1. create build folder `mkdir build && cd build`
1. `qmake .. && make`