A Minecraft Fabric mod that connects the game with ATProtocol ⛏️
8
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(dev): document the Nix development shell

Add a brief README note for using `nix develop` and lock the new flake inputs for reproducible Java 21 tooling.

👾 Generated with [Letta Code](https://letta.com)

Co-Authored-By: Letta Code <noreply@letta.com>

+33
+6
README.md
··· 140 140 cd socialsync 141 141 ``` 142 142 143 + If you use Nix, start a development shell first: 144 + 145 + ```bash 146 + nix develop 147 + ``` 148 + 143 149 Build the project: 144 150 145 151 ```bash
+27
flake.lock
··· 1 + { 2 + "nodes": { 3 + "nixpkgs": { 4 + "locked": { 5 + "lastModified": 1751274312, 6 + "narHash": "sha256-/bVBlRpECLVzjV19t5KMdMFWSwKLtb5RyXdjz3LJT+g=", 7 + "owner": "NixOS", 8 + "repo": "nixpkgs", 9 + "rev": "50ab793786d9de88ee30ec4e4c24fb4236fc2674", 10 + "type": "github" 11 + }, 12 + "original": { 13 + "owner": "NixOS", 14 + "ref": "nixos-24.11", 15 + "repo": "nixpkgs", 16 + "type": "github" 17 + } 18 + }, 19 + "root": { 20 + "inputs": { 21 + "nixpkgs": "nixpkgs" 22 + } 23 + } 24 + }, 25 + "root": "root", 26 + "version": 7 27 + }