Basic scaffold for managing equiped items

This commit is contained in:
2025-08-16 09:44:32 -07:00
commit 493596e505
32 changed files with 6584 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/drew/Documents/src/wow-gear-finder" ]]; then
echo "Cannot find source directory; Did you move it?"
echo "(Looking for "/home/drew/Documents/src/wow-gear-finder")"
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/drew/Documents/src/wow-gear-finder" true
# Update the mtime for .envrc.
# This will cause direnv to reload again - but without re-building.
touch "/home/drew/Documents/src/wow-gear-finder/.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/drew/Documents/src/wow-gear-finder/.envrc" "/home/drew/Documents/src/wow-gear-finder/.direnv"/*.rc

View File

@@ -0,0 +1 @@
/nix/store/01x5k4nlxcpyd85nnr0b9gm89rm8ff4x-source

View File

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

View File

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

View File

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

View File

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

File diff suppressed because it is too large Load Diff