add preliminary nta support
This commit is contained in:
parent
a7d323056a
commit
1d66553398
21 changed files with 3318 additions and 257 deletions
19
.direnv/bin/nix-direnv-reload
Executable file
19
.direnv/bin/nix-direnv-reload
Executable file
|
|
@ -0,0 +1,19 @@
|
|||
#!/usr/bin/env bash
|
||||
set -e
|
||||
if [[ ! -d "/home/nickorlow/programming/septastic/api" ]]; then
|
||||
echo "Cannot find source directory; Did you move it?"
|
||||
echo "(Looking for "/home/nickorlow/programming/septastic/api")"
|
||||
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/nickorlow/programming/septastic/api" true
|
||||
|
||||
# Update the mtime for .envrc.
|
||||
# This will cause direnv to reload again - but without re-building.
|
||||
touch "/home/nickorlow/programming/septastic/api/.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/nickorlow/programming/septastic/api/.envrc" "/home/nickorlow/programming/septastic/api/.direnv"/*.rc
|
||||
1
.direnv/nix-profile-25.11-sizirny50f893gx0
Symbolic link
1
.direnv/nix-profile-25.11-sizirny50f893gx0
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
/nix/store/jyg5pzxlxkbvzy1wb808kc5idmbij4r6-env-env
|
||||
2127
.direnv/nix-profile-25.11-sizirny50f893gx0.rc
Normal file
2127
.direnv/nix-profile-25.11-sizirny50f893gx0.rc
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue