diff --git a/shell.nix b/shell.nix index 8296393..344a944 100644 --- a/shell.nix +++ b/shell.nix @@ -6,6 +6,7 @@ in pkgs.mkShell rec { name = "quil-env"; buildInputs = with pkgs; [ xorg_sys_opengl + xwayland clojure ]; LD_LIBRARY_PATH = "${lib.makeLibraryPath buildInputs}";