From 55586a64d7037cdc557b8b2c337d284ddb1ac981 Mon Sep 17 00:00:00 2001 From: Linnea Gräf Date: Sun, 17 Mar 2024 18:22:50 +0100 Subject: Add custom skull texture keybind for items --- shell.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix index 330a57a..07f9a1c 100644 --- a/shell.nix +++ b/shell.nix @@ -11,5 +11,11 @@ pkgs.mkShell { temurin-bin-17 reuse pre-commit + glfw + libGL ]; + shellHook = '' + export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:${pkgs.glfw}/lib" + export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:${pkgs.libGL}/lib" + ''; } -- cgit