From 8e1cfc0c4a4458ff879cdab4d503d39b497cba53 Mon Sep 17 00:00:00 2001 From: Raphael Date: Tue, 30 Sep 2025 14:47:48 +0200 Subject: [PATCH] fix(flake/tmux): switching from pnpm to npx to workspace work I don't know why but seems better --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 5b742bc..50be788 100644 --- a/flake.nix +++ b/flake.nix @@ -29,7 +29,7 @@ tmux split-window -h -p 30 -t $SESSION:0 -c "$DIR" tmux send-keys -t $SESSION:0.1 'exec zsh' C-m tmux split-window -v -p 30 -t $SESSION:0.1 -c "$DIR" - tmux send-keys -t $SESSION:0.2 'watch -n0.5 pnpm --prefix=./src/ eslint .' C-m + tmux send-keys -t $SESSION:0.2 'watch -n0.5 npx --prefix=./src/ eslint .' C-m tmux new-window -t $SESSION:1 -n git -c "$DIR" tmux send-keys -t $SESSION:1 'lazygit' C-m fi