fix(minecraft): 1.21

This commit is contained in:
Tibo De Peuter 2025-09-22 09:52:02 +02:00
parent 2f7c928fe2
commit 1dcb4f842d
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2
2 changed files with 13 additions and 16 deletions

View file

@ -1,7 +1,7 @@
{
description = "Minecraft flake";
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
inputs.flake-utils.url = "github:numtide/flake-utils";
outputs = { self, nixpkgs, flake-utils}:
@ -15,16 +15,13 @@
in {
devShells.default = pkgs.mkShell {
packages = with pkgs; [
minecraft
prismlauncher-unwrapped
# minecraft
prismlauncher
ffmpeg
jdk22_headless # Minecraft 1.21
libredirect
steam-run
rustc
flite
glibc
xorg.libX11
xorg.libXext
];
};
}