1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

readme: final update for the instructions for NixOS

This commit is contained in:
Delyan Angelov 2023-01-02 19:39:18 +02:00
parent d91cf511ca
commit 9bee702c62
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

@ -195,7 +195,7 @@ For some Linux distros (Debian/Ubuntu based), you need to run this:
`sudo apt install libxi-dev libxcursor-dev`.
For Fedora/RH/CentOS, you need to run this:
`sudo dnf install libXcursor-devel libXi-devel libX11-devel libglvnd-devel` .
For NixOS, add these packages in your `environment.systemPackages`:
For NixOS, add these packages to your `environment.systemPackages`:
`xorg.libX11.dev xorg.libXcursor.dev xorg.libXi.dev libGL.dev`
## V net.http, net.websocket, `v install`