「🗑️」 clean: cleaned project.
This commit is contained in:
@ -1,19 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
if [[ ! -d "/nfs/homes/adjoly/Documents/CPP/CPP_Module_04" ]]; then
|
||||
echo "Cannot find source directory; Did you move it?"
|
||||
echo "(Looking for "/nfs/homes/adjoly/Documents/CPP/CPP_Module_04")"
|
||||
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/CPP/CPP_Module_04" true
|
||||
|
||||
# Update the mtime for .envrc.
|
||||
# This will cause direnv to reload again - but without re-building.
|
||||
touch "/nfs/homes/adjoly/Documents/CPP/CPP_Module_04/.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/CPP/CPP_Module_04/.envrc" "/nfs/homes/adjoly/Documents/CPP/CPP_Module_04/.direnv"/*.rc
|
@ -1 +0,0 @@
|
||||
/nix/store/20cgsn80c8jq4lwial6ry4spgwhzk8fv-source
|
@ -1 +0,0 @@
|
||||
/nix/store/4wjygyks9w9z3548738hpfjnaqvwxmcw-source
|
@ -1 +0,0 @@
|
||||
/nix/store/j4v8f1c9pqwpnnlgh14w9f72yjwjcbd5-source
|
@ -1 +0,0 @@
|
||||
/nix/store/p4h8czwwz81kw03cynm8j8skmh42sjs1-source
|
@ -1 +0,0 @@
|
||||
/nix/store/znm62pbi80q6iy3rv9q34fij0mz4ncnb-source
|
@ -1 +0,0 @@
|
||||
/nix/store/3kwpdn820cw9bkklakna9rgpgmzhnx9i-nix-shell-env
|
File diff suppressed because it is too large
Load Diff
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
.direnv
|
||||
*.o
|
Reference in New Issue
Block a user