some changed

This commit is contained in:
2026-06-25 12:39:58 +01:00
parent fbc181c890
commit 2f3005ba2a
14 changed files with 1701 additions and 1678 deletions

View File

@@ -23,7 +23,7 @@ autoload -Uz add-zsh-hook
__devenv_reload_apply() {
# Source new environment if a reload is pending
if [ -f "/tmp/nix-shell-28554-2490132097/devenv-reload-30583.sh" ]; then
if [ -f "/tmp/devenv-reload-274471.sh" ]; then
# Shell out to bash to handle the env diff (bash syntax)
local reload_output
reload_output=$(bash -c '
@@ -158,8 +158,8 @@ _before=$(mktemp)
__devenv_capture_env > "$_before"
# Source new devenv environment
source "/tmp/nix-shell-28554-2490132097/devenv-reload-30583.sh"
rm -f "/tmp/nix-shell-28554-2490132097/devenv-reload-30583.sh"
source "/tmp/devenv-reload-274471.sh"
rm -f "/tmp/devenv-reload-274471.sh"
# Compute new diff
__devenv_compute_diff "$_before"