workspace: import .bazelrc.user as last statement

Change-Id: Ibf78aa8285156cc4500438acc72cfc224e7428e8
Reviewed-on: https://review.monogon.dev/c/monogon/+/3226
Tested-by: Jenkins CI
Reviewed-by: Lorenz Brun <lorenz@monogon.tech>
diff --git a/.bazelrc b/.bazelrc
index 4ce6c87..a774af7 100644
--- a/.bazelrc
+++ b/.bazelrc
@@ -86,9 +86,9 @@
 # Set workspace status file and stamp
 build --stamp --workspace_status_command=./build/print-workspace-status.py
 
-# Load custom per-user settings.
-try-import %workspace%/.bazelrc.user
-
 test --experimental_allow_tags_propagation
 # Assume a 10k IOPS device (average NVMe) and 64GiB of RAM for test scheduling.
 test --local_resources=iops=10000 --local_resources=ram=64000
+
+# Load custom per-user settings.
+try-import %workspace%/.bazelrc.user
\ No newline at end of file