Compare commits
No commits in common. "7f7d40ea73c66815e1db0fde28adc5997f7b4d94" and "9a731177cab3afff5d73a81f155722b531796d90" have entirely different histories.
7f7d40ea73
...
9a731177ca
6 changed files with 2243 additions and 0 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/harry123/Documents/Code/epileptic" ]]; then
|
||||
echo "Cannot find source directory; Did you move it?"
|
||||
echo "(Looking for "/home/harry123/Documents/Code/epileptic")"
|
||||
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/harry123/Documents/Code/epileptic" true
|
||||
|
||||
# Update the mtime for .envrc.
|
||||
# This will cause direnv to reload again - but without re-building.
|
||||
touch "/home/harry123/Documents/Code/epileptic/.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/harry123/Documents/Code/epileptic/.envrc" "/home/harry123/Documents/Code/epileptic/.direnv"/*.rc
|
1
.direnv/flake-inputs/0zf7rdwnbv084wh9r4w1kx23fvv1j9a2-source
Symbolic link
1
.direnv/flake-inputs/0zf7rdwnbv084wh9r4w1kx23fvv1j9a2-source
Symbolic link
|
@ -0,0 +1 @@
|
|||
/nix/store/0zf7rdwnbv084wh9r4w1kx23fvv1j9a2-source
|
1
.direnv/flake-inputs/4pivwf1ycwdzs4d49i9dp5h7m810hinj-source
Symbolic link
1
.direnv/flake-inputs/4pivwf1ycwdzs4d49i9dp5h7m810hinj-source
Symbolic link
|
@ -0,0 +1 @@
|
|||
/nix/store/4pivwf1ycwdzs4d49i9dp5h7m810hinj-source
|
1
.direnv/flake-inputs/s1fbk6a410xn8vcaj54iqv22agyn0ria-source
Symbolic link
1
.direnv/flake-inputs/s1fbk6a410xn8vcaj54iqv22agyn0ria-source
Symbolic link
|
@ -0,0 +1 @@
|
|||
/nix/store/s1fbk6a410xn8vcaj54iqv22agyn0ria-source
|
1
.direnv/flake-profile-a5d5b61aa8a61b7d9d765e1daf971a9a578f1cfa
Symbolic link
1
.direnv/flake-profile-a5d5b61aa8a61b7d9d765e1daf971a9a578f1cfa
Symbolic link
|
@ -0,0 +1 @@
|
|||
/nix/store/065r5mszpl3b692ic0a3nb763dybhbxk-nix-shell-env
|
2220
.direnv/flake-profile-a5d5b61aa8a61b7d9d765e1daf971a9a578f1cfa.rc
Normal file
2220
.direnv/flake-profile-a5d5b61aa8a61b7d9d765e1daf971a9a578f1cfa.rc
Normal file
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue