Infinidoge

Results 15 issues of Infinidoge

### What did you expect to happen? After enabling `:ui deft` and entering Deft, either via `SPC n d` or `M-x deft RET`, Doom's keybindings should be in effect, as...

is:bug
needs-triage

### Summary If `create_cc_nx` doesn't create a CC, it will return the CC that already exists. ### Changelog Entry Here goes a short one line about the PR to display...

Hello, I am running forge 1.12.2, with the [Impact client](https://impactclient.net/) (which includes [Baritone](https://github.com/cabaletta/baritone)) installed, in addition to Chat Tweaks. I am attempting to use the Chat Tweaks to filter client...

compatibility

Package [Purpur](https://purpurmc.org/), based on the [Paper server packaging](https://github.com/Infinidoge/nix-minecraft/tree/master/pkgs/paper-servers), with additional reference to the [nix-minecraft-servers implementation](https://github.com/jyooru/nix-minecraft-servers/blob/main/packages/purpur/default.nix).

enhancement
package
new package

Package the [Waterfall](https://github.com/PaperMC/Waterfall), based on the [nix-minecraft-servers implementation](https://github.com/jyooru/nix-minecraft-servers/blob/main/packages/waterfall/default.nix)

enhancement

Since the server is currently launched through a script, which passes all of the arguments to Java instead of Minecraft, it is currently impossible to launch the game in safe...

bug
package

I setup my binary caches as part of my NixOS config, so that the substituters are available on all of my machines that share the same config. `attic use` does...

Add better support for java agents in the `minecraft-servers` module, such as in the form of ``` javaAgents = [ jar packages here ]; ``` Which would get turned into...

enhancement
module

Identified in #85, found [here](https://github.com/Infinidoge/nix-minecraft/blob/7161fd4ca148b330c180714e40c7399afca3f97c/pkgs/quilt-servers/loader_locks.json#L2858-L2874). Should just need to delete that entry and rerun the update script.

bug
package

See the [1.20 Pre-release 7 patch notes](https://feedback.minecraft.net/hc/en-us/articles/16224502352141-Minecraft-Java-Edition-1-20-Pre-release-7) and [corresponding help article](https://help.minecraft.net/hc/en-us/articles/16165590199181). The naïve solution would be to do ``` symlinks = { "allowed_symlinks.txt" = pkgs.writeText "allowed_symlinks.txt" "/nix/store"; }; ``` An...

enhancement
module