From 694fe9dc77cec5db01f6e24f5248bfddbe887c4a Mon Sep 17 00:00:00 2001 From: Snoweuph Date: Fri, 12 Jul 2024 23:23:49 +0200 Subject: [PATCH] Enable Just Modules --- .bashrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.bashrc b/.bashrc index 9146af7..bf511bf 100644 --- a/.bashrc +++ b/.bashrc @@ -63,6 +63,9 @@ export GOBIN=~/.local/bin/go # ROCM export HSA_OVERRIDE_GFX_VERSION=10.3.0 # RX 6650 XT +# Just +export JUST_UNSTABLE=1 + ################################# ## Aliases ## #################################