did some progress

This commit is contained in:
benstrb 2026-01-24 13:45:44 +01:00
parent 9300750af1
commit a1f49ee90e
10 changed files with 3938 additions and 2 deletions

19
.direnv/bin/nix-direnv-reload Executable file
View file

@ -0,0 +1,19 @@
#!/usr/bin/env bash
set -e
if [[ ! -d "/mnt/verbatim/projects/rust/file-explorer" ]]; then
echo "Cannot find source directory; Did you move it?"
echo "(Looking for "/mnt/verbatim/projects/rust/file-explorer")"
echo 'Cannot force reload with this script - use "direnv reload" manually and then try again'
exit 1
fi
# rebuild the cache forcefully
_nix_direnv_force_reload=1 direnv exec "/mnt/verbatim/projects/rust/file-explorer" true
# Update the mtime for .envrc.
# This will cause direnv to reload again - but without re-building.
touch "/mnt/verbatim/projects/rust/file-explorer/.envrc"
# Also update the timestamp of whatever profile_rc we have.
# This makes sure that we know we are up to date.
touch -r "/mnt/verbatim/projects/rust/file-explorer/.envrc" "/mnt/verbatim/projects/rust/file-explorer/.direnv"/*.rc

View file

@ -0,0 +1 @@
/nix/store/dyaglk6gkk3nxvq7q6y3b5478iz3w6lh-source

View file

@ -0,0 +1 @@
/nix/store/k6xl9d1zp3sci53syp5rsa9q0xfh23c9-source

View file

@ -0,0 +1 @@
/nix/store/lv4kcr2y4b9k4ynhkga157507zxf372b-source

View file

@ -0,0 +1 @@
/nix/store/src81dqkfd9xdkwww4nyvnzbzyl75zra-nix-shell-env

File diff suppressed because it is too large Load diff