We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c219494 commit d91cf51Copy full SHA for d91cf51
README.md
@@ -195,8 +195,8 @@ For some Linux distros (Debian/Ubuntu based), you need to run this:
195
`sudo apt install libxi-dev libxcursor-dev`.
196
For Fedora/RH/CentOS, you need to run this:
197
`sudo dnf install libXcursor-devel libXi-devel libX11-devel libglvnd-devel` .
198
-For NixOS, you need to run this:
199
-`nix-shell -p xorg.libX11.dev xorg.libXcursor.dev xorg.libXi.dev libGL.dev`
+For NixOS, add these packages in your `environment.systemPackages`:
+`xorg.libX11.dev xorg.libXcursor.dev xorg.libXi.dev libGL.dev`
200
201
## V net.http, net.websocket, `v install`
202
The net.http module, the net.websocket module, and the `v install` command may all use SSL.
0 commit comments