This commit is contained in:
2026-01-06 19:39:09 +00:00
commit e15d88ef99
14 changed files with 4545 additions and 0 deletions

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

@@ -0,0 +1,19 @@
#!/usr/bin/env bash
set -e
if [[ ! -d "/home/mrfluffy/Documents/projects/rust/whereAmI" ]]; then
echo "Cannot find source directory; Did you move it?"
echo "(Looking for "/home/mrfluffy/Documents/projects/rust/whereAmI")"
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 "/home/mrfluffy/Documents/projects/rust/whereAmI" true
# Update the mtime for .envrc.
# This will cause direnv to reload again - but without re-building.
touch "/home/mrfluffy/Documents/projects/rust/whereAmI/.envrc"
# Also update the timestamp of whatever profile_rc we have.
# This makes sure that we know we are up to date.
touch -r "/home/mrfluffy/Documents/projects/rust/whereAmI/.envrc" "/home/mrfluffy/Documents/projects/rust/whereAmI/.direnv"/*.rc

View File

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

View File

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

View File

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

View File

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

View File

@@ -0,0 +1 @@
/nix/store/43vi36d27viiyg22q566927b7divdx8f-nix-shell-env

File diff suppressed because it is too large Load Diff