mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
dev: add shell.nix (#14823)
This permit to have reproducible development environment across OS (Linuxes, but maybe Mac OSX too). It makes minetest compilable directly in a nix-shell with Nix/Lix but also on NixOS
This commit is contained in:
parent
c7642c3c6c
commit
a0e33ba9ea
2 changed files with 29 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -43,6 +43,10 @@ build/.cmake/
|
|||
*.zsync
|
||||
appimage-build
|
||||
AppDir
|
||||
# Direnv
|
||||
.direnv/
|
||||
# Nix
|
||||
/result
|
||||
|
||||
## Files related to Minetest development cycle
|
||||
/*.patch
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue