https://github.com/falsepattern/mcdev-flake
NixOS flake for minecraft development
https://github.com/falsepattern/mcdev-flake
Last synced: 5 months ago
JSON representation
NixOS flake for minecraft development
- Host: GitHub
- URL: https://github.com/falsepattern/mcdev-flake
- Owner: FalsePattern
- License: mit
- Created: 2023-10-05T18:39:01.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-02T07:19:28.000Z (about 1 year ago)
- Last Synced: 2025-04-08T21:51:25.290Z (10 months ago)
- Language: Nix
- Size: 15.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
# HOW TO USE
## As a package overlay
1. Add `mcdev.url = "github:falsepattern/mcdev-flake"` to your flake inputs
2. Add the `inputs.mcdev.overlays.default` overlay to your system config
3. Access the packages in your packages. For instance: `mcdev."1.7.10-java8"` in your dependencies
## As a standalone flake
- Use `nix flake show` to list available devshells. You can use the devshells using `nix develop .#DEVSHELL`
## Available versions and contributing
Currently, this flake has support for:
| Minecraft version | LWJGL version | Java Version |
|-------------------|---------------|--------------|
| 1.7.10 | 2.9.4 | 8 |
Feel free to contribute other version combinations if you have validated that they work properly
# Can I fork this?
This project is MIT-licensed, so feel free. Just please keep the license notice and attribution.