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

@@ -1 +1 @@
/nix/store/kap8myx3a7djmgsaaspb46azzkhyrnmn-devenv-shell
/nix/store/9dswnx96sj7qpqvah77lx8g25hsl1z1x-devenv-shell

View File

@@ -1 +1 @@
/nix/store/2f9x4skfyh2x0rkfacr2w0v3c2vm405w-tasks.json
/nix/store/gj888l55lxj0brzhkjrdcald7zw7pskj-tasks.json

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

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"