build(flake): renaming the session variable

- Was basing my flake on my transcendance's
This commit is contained in:
Raphael 2025-12-11 23:09:33 +01:00
parent 88af64a057
commit 9641024e7e
No known key found for this signature in database

View file

@ -18,7 +18,7 @@
};
tmux-setup = pkgs.writeShellScriptBin "tmux-setup" ''
#!/usr/bin/env sh
SESSION="transcendance"
SESSION="libasm"
DIR=$(git rev-parse --show-toplevel 2>/dev/null || pwd)
if ! tmux has-session -t $SESSION 2>/dev/null; then
tmux new-session -d -s $SESSION -c "$DIR" -n dev