some changed
This commit is contained in:
@@ -1 +1 @@
|
||||
/nix/store/kap8myx3a7djmgsaaspb46azzkhyrnmn-devenv-shell
|
||||
/nix/store/9dswnx96sj7qpqvah77lx8g25hsl1z1x-devenv-shell
|
||||
@@ -1 +1 @@
|
||||
/nix/store/2f9x4skfyh2x0rkfacr2w0v3c2vm405w-tasks.json
|
||||
/nix/store/gj888l55lxj0brzhkjrdcald7zw7pskj-tasks.json
|
||||
3290
.devenv/shell-env.sh
3290
.devenv/shell-env.sh
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user