From eb55fbc9f3c7c698814c9ada116a975d7a2ddcda Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Joshua Bell)" Date: Thu, 13 Feb 2025 01:39:20 -0600 Subject: [PATCH] comment out mod worktrees keeps doing weird stuff --- flake.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.nix b/flake.nix index cc9a80cc..1d29747d 100644 --- a/flake.nix +++ b/flake.nix @@ -109,11 +109,11 @@ deploy-rs ]; - shellHook = '' - if [ -z "''${SKIP_MOD_WORKTREES:-}" ]; then - mod_worktrees & - fi - ''; + # shellHook = '' + # if [ -z "''${SKIP_MOD_WORKTREES:-}" ]; then + # mod_worktrees & + # fi + # ''; }; } );