diff --git a/.gitignore b/.gitignore index 08e75080..0b9440e8 100644 --- a/.gitignore +++ b/.gitignore @@ -41,6 +41,9 @@ compile_commands.json !requirements.txt *.exe +# *.nix (Nix related stuff that should not bother anyone else) +*.nix + # For saving work files into (like IDB) temp/ diff --git a/CMakeLists.txt b/CMakeLists.txt index da448d81..90d11855 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -360,7 +360,7 @@ endif() CPMAddPackage( NAME aurora GITHUB_REPOSITORY encounter/aurora - GIT_TAG bd20b65d59c2bd119e078ee87a8b896cc82994d2 + GIT_TAG 156f9a65e38db18a8fc93b30271703e58fa339f5 OPTIONS "AURORA_ENABLE_GX OFF" "AURORA_ENABLE_DVD ON"