Skip to content

Instantly share code, notes, and snippets.

View dweipert-3138720606's full-sized avatar
๐Ÿ’œ
philanthropizing

dweipert-3138720606

๐Ÿ’œ
philanthropizing
View GitHub Profile
@dweipert-3138720606
dweipert-3138720606 / shell.nix
Last active June 12, 2026 14:55
shell.nix for running the Minecraft Fabric Addon template project on sway (with ./gradlew runClient)
with (import <nixpkgs> {});
mkShell {
buildInputs = [
zulu21
gradle
flite
libGL
mesa
xorg.libX11