track tuhmayto xhamster activity

This commit is contained in:
2024-12-02 12:26:59 -06:00
parent 3fe4b39dca
commit 029e596dbc
11 changed files with 2274 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
#!/usr/bin/env bash
set -e
if [[ ! -d "/home/jawz/Development/Scripts/tuhmayto" ]]; then
echo "Cannot find source directory; Did you move it?"
echo "(Looking for "/home/jawz/Development/Scripts/tuhmayto")"
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/jawz/Development/Scripts/tuhmayto" true
# Update the mtime for .envrc.
# This will cause direnv to reload again - but without re-building.
touch "/home/jawz/Development/Scripts/tuhmayto/.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/jawz/Development/Scripts/tuhmayto/.envrc" "/home/jawz/Development/Scripts/tuhmayto/.direnv"/*.rc

View File

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

File diff suppressed because it is too large Load Diff