You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you are using [Nix or NixOS](https://nixos.org/),
40
+
you can install [`lux-cli`](https://search.nixos.org/packages?channel=unstable&show=lux-cli&from=0&size=50&sort=relevance&type=packages&query=lux-cli)
41
+
and [`lux-lua` for various Lua versions](https://search.nixos.org/packages?channel=unstable&from=0&size=50&sort=relevance&type=packages&query=lux-lua).
42
+
You may also need to configure [`pkg-config`](https://search.nixos.org/packages?channel=unstable&show=pkg-config&from=0&size=50&sort=relevance&type=packages&query=pkg-config)
43
+
so that it can find `lux-lua` and Lua.
44
+
45
+
If you would like to use the latest release, our [source repository](https://github.com/nvim-neorocks/lux)
46
+
also provides a Nix flake.
47
+
48
+
## Installing The Latest Release Using Cargo
49
+
10
50
Due to the fact that we have no stable release yet, you must install the project
11
-
through `cargo`. We recommend installing through `cargo binstall` for fastest install times:
51
+
through `cargo` if you want the latest release and are not using the Nix flake.
52
+
We recommend installing through `cargo binstall` for fastest install times:
0 commit comments