「🗑️」 clean: Cleaned .direnv
This commit is contained in:
@ -1,19 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
set -e
|
|
||||||
if [[ ! -d "/nfs/homes/adjoly/Documents/inception" ]]; then
|
|
||||||
echo "Cannot find source directory; Did you move it?"
|
|
||||||
echo "(Looking for "/nfs/homes/adjoly/Documents/inception")"
|
|
||||||
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 "/nfs/homes/adjoly/Documents/inception" true
|
|
||||||
|
|
||||||
# Update the mtime for .envrc.
|
|
||||||
# This will cause direnv to reload again - but without re-building.
|
|
||||||
touch "/nfs/homes/adjoly/Documents/inception/.envrc"
|
|
||||||
|
|
||||||
# Also update the timestamp of whatever profile_rc we have.
|
|
||||||
# This makes sure that we know we are up to date.
|
|
||||||
touch -r "/nfs/homes/adjoly/Documents/inception/.envrc" "/nfs/homes/adjoly/Documents/inception/.direnv"/*.rc
|
|
@ -1 +0,0 @@
|
|||||||
/nix/store/9gh2nirlric6zhn2vhy1hzbsw32w0vyb-source
|
|
@ -1 +0,0 @@
|
|||||||
/nix/store/apfqvr9kddcl6fscjvb92p4xdrqzcwk0-source
|
|
@ -1 +0,0 @@
|
|||||||
/nix/store/cbijv55rjxlhm7nsvpzjhq4lrki6gqdb-source
|
|
@ -1 +0,0 @@
|
|||||||
/nix/store/jrlbvfn4aw4k37yz8bz4mmfpqr86f0yl-source
|
|
@ -1 +0,0 @@
|
|||||||
/nix/store/s6agnzjr3kg5sayjy0b0ms52bkvifqrv-source
|
|
@ -1 +0,0 @@
|
|||||||
/nix/store/72xrqw4v58lk04brbwazk68yi8yxwn1n-nix-shell-env
|
|
File diff suppressed because it is too large
Load Diff
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,4 @@
|
|||||||
*/.env
|
*/.env
|
||||||
.env
|
.env
|
||||||
|
|
||||||
|
.direnv
|
||||||
|
Reference in New Issue
Block a user