diff --git a/default.nix b/default.nix index 6345543..2041484 100644 --- a/default.nix +++ b/default.nix @@ -136,11 +136,7 @@ in passthru = mapAttrs (name: value: pkgs.mkShell (value // { inherit name; })) { pre-commit.shellHook = git-checks.shellHook; check-workflows.shellHook = workflows.shellHook; - eval-nodes.packages = [ - scripts.cache-node - # Use it to debug in remote sessions CI. - pkgs.tmate - ]; + eval-nodes.packages = [ scripts.cache-node ]; }; }; } diff --git a/scripts/cache-node.sh b/scripts/cache-node.sh index 8de30ef..410403c 100755 --- a/scripts/cache-node.sh +++ b/scripts/cache-node.sh @@ -21,7 +21,6 @@ case "$system_type" in ;; esac -tmate -F drv=$(colmena eval --instantiate -E "{ nodes, ... }: nodes.${BUILD_NODE}.${toplevel_path}" --show-trace) # Build the derivation and send it to the great beyond