aboutsummaryrefslogtreecommitdiff
path: root/nix
AgeCommit message (Collapse)Author
2022-08-06chore(markdown): MD031 Fenced code blocks should be surrounded by blank linestxtsd
Signed-off-by: txtsd <thexerothermicsclerodermoid@gmail.com>
2022-08-06chore(markdown): MD040 Fenced code blocks should have a language specifiedtxtsd
Signed-off-by: txtsd <thexerothermicsclerodermoid@gmail.com>
2022-07-23Merge pull request #893 from Scrumplex/refactor-env-handlingtimoreo
2022-07-23fix(nix): change license to gpl3OnlySefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-07-22Merge pull request #930 from TheOPtimal/developtxtsd
2022-07-19fix(nix): switch to LD_LIBRARY_PATHSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-07-19fix(nix): only load stdenv.cc.cc.lib on NixOSVir 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-18Add more Nix `meta` informationJacob Gogichaishvili
2022-07-12fix(nix): add stdenv.cc.cc.lib to GAME_LIBRARY_PATHVir 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-03fix: Add extra-cmake-modules to the nix buildCharlotte 🦝 Delenk
Signed-off-by: Charlotte 🦝 Delenk <lotte@chir.rs>
2022-06-06nix: add package argument for extra jdksBabbaj
2022-05-29nix: make LTO optionalMustafa Çalışkan
2022-05-28nix: fix nix-buildMustafa Çalışkan
2022-05-28nix: initial support for qt6Mustafa Çalışkan
2022-05-27nix: move files to nix/Mustafa Çalışkan