Added shell environments here this help any nix-shell users/contributor to easily load all required libs/dependencies and rust-bin with rust-analyzer and rustfmt.
There is some lua lib path issue on NixOS but we can bypass and run it by modify $XDG_DATA_DIRS with
I'll try to add Makefile config to flake.nix and edit some environments variable there later. or maybe redirect lua lib path to main repo directory on debug mode.
Added shell environments here this help any nix-shell users/contributor to easily load all required libs/dependencies and rust-bin with rust-analyzer and rustfmt.
There is some lua lib path issue on NixOS but we can bypass and run it by modify $XDG_DATA_DIRS with
and copy lua dir to
.local/share/strata/
I'll try to add Makefile config to
flake.nix
and edit some environments variable there later. or maybe redirect lua lib path to main repo directory on debug mode.