1
0

🗑️」 clean: cleaned project.

This commit is contained in:
2024-11-30 16:12:08 +01:00
parent 9a3d52bd0d
commit 467c3be3c3
9 changed files with 2 additions and 2068 deletions

View File

@ -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

View File

@ -1 +0,0 @@
/nix/store/20cgsn80c8jq4lwial6ry4spgwhzk8fv-source

View File

@ -1 +0,0 @@
/nix/store/4wjygyks9w9z3548738hpfjnaqvwxmcw-source

View File

@ -1 +0,0 @@
/nix/store/j4v8f1c9pqwpnnlgh14w9f72yjwjcbd5-source

View File

@ -1 +0,0 @@
/nix/store/p4h8czwwz81kw03cynm8j8skmh42sjs1-source

View File

@ -1 +0,0 @@
/nix/store/znm62pbi80q6iy3rv9q34fij0mz4ncnb-source

View File

@ -1 +0,0 @@
/nix/store/3kwpdn820cw9bkklakna9rgpgmzhnx9i-nix-shell-env

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
.direnv
*.o