fix(minecraft): 1.21
This commit is contained in:
parent
2f7c928fe2
commit
1dcb4f842d
2 changed files with 13 additions and 16 deletions
|
@ -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
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue