tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
minecraft: mark broken
Tom Bereknyei
2 years ago
8b34e455
bb2b73df
+3
1 changed file
expand all
collapse all
unified
split
pkgs
games
minecraft
default.nix
+3
pkgs/games/minecraft/default.nix
···
151
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
152
license = licenses.unfree;
153
platforms = [ "x86_64-linux" ];
0
0
0
154
};
155
156
passthru = {
···
151
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
152
license = licenses.unfree;
153
platforms = [ "x86_64-linux" ];
154
+
# "minecraft-launcher will fail on NixOS for minecraft versions >1.19
155
+
# try prismlauncher or atlauncher instead"
156
+
broken = true;
157
};
158
159
passthru = {