untitleable commit: read description

new template dropped, especially useful for me since now I can just load up a TeX environment whenever I need to. also added some names to my devShells.
This commit is contained in:
Artur Manuel 2024-08-27 00:38:16 +01:00
commit 1e373bd299
Failed to generate hash of commit
15 changed files with 2117 additions and 3 deletions

View file

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

View file

@ -0,0 +1 @@
/nix/store/52bigbj1vfhdkwzqg0yrh3fdawz0pflj-source

View file

@ -0,0 +1 @@
/nix/store/7yv4gv5k7jcbnqbf16869gp7l89ri3d0-source

View file

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

View file

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

View file

@ -0,0 +1 @@
/nix/store/rfrg66910v5nz44qfdnn6idip75amv12-work-world-env

File diff suppressed because it is too large Load diff