From f72fc7d3c82bb5c868c9e59f4e471c19b1937987 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Thu, 12 Feb 2026 01:29:25 +0200 Subject: [PATCH] extra args --- pkgs/sand.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/sand.nix b/pkgs/sand.nix index 3a2f4f5..aa02bc5 100644 --- a/pkgs/sand.nix +++ b/pkgs/sand.nix @@ -34,7 +34,7 @@ writeShellApplication { --chdir "$HOME/code" \ --unshare-user \ --uid 1001 --gid 1001 -- \ - ${pkgs.tmux}/bin/tmux new-session -s claude "claude --allow-dangerously-skip-permissions" \; \ + ${pkgs.tmux}/bin/tmux new-session -s claude "claude --allow-dangerously-skip-permissions $*" \; \ set -g status-bg cyan ''; }