balls
This commit is contained in:
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/mrfluffy/Documents/projects/rust/whereAmI" ]]; then
|
||||
echo "Cannot find source directory; Did you move it?"
|
||||
echo "(Looking for "/home/mrfluffy/Documents/projects/rust/whereAmI")"
|
||||
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/mrfluffy/Documents/projects/rust/whereAmI" true
|
||||
|
||||
# Update the mtime for .envrc.
|
||||
# This will cause direnv to reload again - but without re-building.
|
||||
touch "/home/mrfluffy/Documents/projects/rust/whereAmI/.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/mrfluffy/Documents/projects/rust/whereAmI/.envrc" "/home/mrfluffy/Documents/projects/rust/whereAmI/.direnv"/*.rc
|
||||
1
.direnv/flake-inputs/0yj36irhwn225ywy1saz0gf5wr2ciz50-source
Symbolic link
1
.direnv/flake-inputs/0yj36irhwn225ywy1saz0gf5wr2ciz50-source
Symbolic link
@@ -0,0 +1 @@
|
||||
/nix/store/0yj36irhwn225ywy1saz0gf5wr2ciz50-source
|
||||
1
.direnv/flake-inputs/g1rkrcba88bmgmjc2lrnwcala1w2yblq-source
Symbolic link
1
.direnv/flake-inputs/g1rkrcba88bmgmjc2lrnwcala1w2yblq-source
Symbolic link
@@ -0,0 +1 @@
|
||||
/nix/store/g1rkrcba88bmgmjc2lrnwcala1w2yblq-source
|
||||
1
.direnv/flake-inputs/p0h1gvdli8k29651567l38qx7sxmkm5w-source
Symbolic link
1
.direnv/flake-inputs/p0h1gvdli8k29651567l38qx7sxmkm5w-source
Symbolic link
@@ -0,0 +1 @@
|
||||
/nix/store/p0h1gvdli8k29651567l38qx7sxmkm5w-source
|
||||
1
.direnv/flake-inputs/s1ra3mlx2r37qxrm8w9438a3gwaws1mg-source
Symbolic link
1
.direnv/flake-inputs/s1ra3mlx2r37qxrm8w9438a3gwaws1mg-source
Symbolic link
@@ -0,0 +1 @@
|
||||
/nix/store/s1ra3mlx2r37qxrm8w9438a3gwaws1mg-source
|
||||
1
.direnv/flake-profile-a5d5b61aa8a61b7d9d765e1daf971a9a578f1cfa
Symbolic link
1
.direnv/flake-profile-a5d5b61aa8a61b7d9d765e1daf971a9a578f1cfa
Symbolic link
@@ -0,0 +1 @@
|
||||
/nix/store/43vi36d27viiyg22q566927b7divdx8f-nix-shell-env
|
||||
2154
.direnv/flake-profile-a5d5b61aa8a61b7d9d765e1daf971a9a578f1cfa.rc
Normal file
2154
.direnv/flake-profile-a5d5b61aa8a61b7d9d765e1daf971a9a578f1cfa.rc
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user