Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-06 | chore(markdown): MD031 Fenced code blocks should be surrounded by blank lines | txtsd | |
Signed-off-by: txtsd <thexerothermicsclerodermoid@gmail.com> | |||
2022-08-06 | chore(markdown): MD040 Fenced code blocks should have a language specified | txtsd | |
Signed-off-by: txtsd <thexerothermicsclerodermoid@gmail.com> | |||
2022-07-23 | Merge pull request #893 from Scrumplex/refactor-env-handling | timoreo | |
2022-07-23 | fix(nix): change license to gpl3Only | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-22 | Merge pull request #930 from TheOPtimal/develop | txtsd | |
2022-07-19 | fix(nix): switch to LD_LIBRARY_PATH | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-19 | fix(nix): only load stdenv.cc.cc.lib on NixOS | Vir Chaudhury | |
On non-NixOS, launching any external process from Minecraft (e.g. clicking on links) will fail due to a conflict between the system libraries and the Nix stdenv.cc.cc.lib. This works around that issue by only loading stdenv.cc.cc.lib on NixOS. Signed-off-by: Vir Chaudhury <virchau13@hexular.net> | |||
2022-07-18 | Add more Nix `meta` information | Jacob Gogichaishvili | |
2022-07-12 | fix(nix): add stdenv.cc.cc.lib to GAME_LIBRARY_PATH | Vir Chaudhury | |
Some mods (like DiscordRichPresence) require libstdc++. This commit adds stdenv.cc.cc.lib to $GAME_LIBRARY_PATH so that these mods function correctly. Signed-off-by: Vir Chaudhury <virchau13@hexular.net> | |||
2022-07-03 | fix: Add extra-cmake-modules to the nix build | Charlotte 🦝 Delenk | |
Signed-off-by: Charlotte 🦝 Delenk <lotte@chir.rs> | |||
2022-06-06 | nix: add package argument for extra jdks | Babbaj | |
2022-05-29 | nix: make LTO optional | Mustafa Çalışkan | |
2022-05-28 | nix: fix nix-build | Mustafa Çalışkan | |
2022-05-28 | nix: initial support for qt6 | Mustafa Çalışkan | |
2022-05-27 | nix: move files to nix/ | Mustafa Çalışkan | |