Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-15 | Merge pull request #1467 from Scrumplex/update-nix-docs | Sefa Eyeoglu | |
2023-08-02 | fix: format all languages using clang-format | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2023-08-02 | fix(nix): enable clang-format | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2023-07-31 | chore: update Nix docs | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2023-07-26 | chore(docs): correct markdownlint warnings | seth | |
Signed-off-by: seth <getchoo@tuta.io> | |||
2023-07-26 | fix(nix): disable x86_64-darwin | seth | |
Signed-off-by: seth <getchoo@tuta.io> | |||
2023-06-11 | fix(nix): use prismlauncher-unwrapped in devShell | seth | |
Signed-off-by: seth <getchoo@tuta.io> | |||
2023-06-02 | fix(nix): fix prismlauncher-qt5 | seth | |
Signed-off-by: seth <getchoo@tuta.io> | |||
2023-06-02 | refactor(nix): introduce unwrapped packages | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2023-05-27 | chore(nix): add nil | seth | |
Signed-off-by: seth <getchoo@tuta.io> | |||
2023-05-27 | feat(nix): flake-utils -> flake-parts | seth | |
Signed-off-by: seth <getchoo@tuta.io> | |||
2023-04-02 | feat(nix): add support for GameMode | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2023-04-02 | refactor(nix): use qtWrapperArgs | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2023-04-01 | feat(nix): use ninja for builds | seth | |
Signed-off-by: seth <getchoo@tuta.io> | |||
2023-03-14 | chore(nix): format code using alejandra | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2023-03-08 | chore!: switch to Qt 6 by default | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2023-01-12 | fix(nix): add cmark dependency | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-12-19 | refactor(nix): use tomlplusplus from nixpkgs | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-12-19 | fix(nix): use jdk17 instead of jdk | Sefa Eyeoglu | |
See NixOS/nixpkgs#206806 Co-authored-by: Infinidoge <infinidoge@doge-inc.net> Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-11-20 | refactor(nix): synchronize changes from nixpkgs | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-10-19 | Update NIX.md so it has more methods + is clearer | Skyler Grey | |
- Add proper headings - Change flake codeblocks so that configuration stuff isn't in the same place as flake.nix stuff - Add instructions for not using the overlay with flakes - Add instructions for running ad-hoc with flakes Signed-off-by: Skyler Grey <skyler3665@gmail.com> | |||
2022-10-19 | Change the derivation to have parity with nixpkgs | Skyler Grey | |
- Symlink rather than copying libraries - Update maintainers - Reformat with nixpkgs-fmt Signed-off-by: Skyler Grey <skyler3665@gmail.com> | |||
2022-10-19 | Rename | Samisafool | |
Signed-off-by: Samisafool <thenerdiestguy@gmail.com> | |||
2022-10-18 | refactor: initial rebrand | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-10-15 | fix(nix): add ghc_filesystem dependency | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-09-26 | fix(nix): add tomlplusplus | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
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 | |