remove sourcing of the static tmux config as it does not exist anymore
Some checks failed
use nix / build (push) Failing after 4m14s

This commit is contained in:
Cyryl Płotnicki 2024-10-13 13:54:54 +01:00
parent 6d837bdb46
commit 5304f9c156

View file

@ -41,7 +41,6 @@
envExtra = '' envExtra = ''
[ -s "/home/cyryl/.jabba/jabba.sh" ] && source "/home/cyryl/.jabba/jabba.sh" [ -s "/home/cyryl/.jabba/jabba.sh" ] && source "/home/cyryl/.jabba/jabba.sh"
tmux source-file ~/.config/tmux/tmux.conf
local nixos_version=`which nixos-version` local nixos_version=`which nixos-version`
if [[ ! -x "$nixos_version" && ! `uname` == "Darwin" ]]; then if [[ ! -x "$nixos_version" && ! `uname` == "Darwin" ]]; then
source /home/cyryl/.nix-profile/etc/profile.d/nix.sh source /home/cyryl/.nix-profile/etc/profile.d/nix.sh