Skip to content

Commit a7546bc

Browse files
committed
Create a valid $XDG_RUNTIME_DIR for tmux
1 parent 5fbc0f2 commit a7546bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workspace/core/init.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ let
6262
fi
6363
echo $DOJO_FLAG | install -m 400 /dev/stdin /flag
6464
65-
for path in /home/hacker /home/hacker/.config; do
65+
for path in /home/hacker /home/hacker/.config /run/user/1000; do
6666
test -L "$path" && rm -f "$path"
6767
mkdir -p "$path" && chown 1000:1000 "$path" && chmod 755 "$path"
6868
done

0 commit comments

Comments
 (0)