Rename to flightmind
This commit is contained in:
parent
5839af1d39
commit
92174163f8
@ -1,19 +1,19 @@
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
if [[ ! -d "/home/ryan/Documents/Code/cockpit-iq" ]]; then
|
||||
if [[ ! -d "/home/ryan/Documents/Code/flightmind" ]]; then
|
||||
echo "Cannot find source directory; Did you move it?"
|
||||
echo "(Looking for "/home/ryan/Documents/Code/cockpit-iq")"
|
||||
echo "(Looking for "/home/ryan/Documents/Code/flightmind")"
|
||||
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/ryan/Documents/Code/cockpit-iq" true
|
||||
_nix_direnv_force_reload=1 direnv exec "/home/ryan/Documents/Code/flightmind" true
|
||||
|
||||
# Update the mtime for .envrc.
|
||||
# This will cause direnv to reload again - but without re-building.
|
||||
touch "/home/ryan/Documents/Code/cockpit-iq/.envrc"
|
||||
touch "/home/ryan/Documents/Code/flightmind/.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/ryan/Documents/Code/cockpit-iq/.envrc" "/home/ryan/Documents/Code/cockpit-iq/.direnv"/*.rc
|
||||
touch -r "/home/ryan/Documents/Code/flightmind/.envrc" "/home/ryan/Documents/Code/flightmind/.direnv"/*.rc
|
||||
|
||||
@ -1 +0,0 @@
|
||||
/nix/store/5qjxy83zks5xifz3rf4yh70hkvw0vd7l-source
|
||||
1
.direnv/flake-inputs/8imsk54j1bx90gc4qv9l6wmar4s374ln-source
Symbolic link
1
.direnv/flake-inputs/8imsk54j1bx90gc4qv9l6wmar4s374ln-source
Symbolic link
@ -0,0 +1 @@
|
||||
/nix/store/8imsk54j1bx90gc4qv9l6wmar4s374ln-source
|
||||
@ -43,7 +43,7 @@ NIX_ENFORCE_NO_NATIVE='1'
|
||||
export NIX_ENFORCE_NO_NATIVE
|
||||
NIX_HARDENING_ENABLE='bindnow format fortify fortify3 pic relro stackclashprotection stackprotector strictoverflow zerocallusedregs'
|
||||
export NIX_HARDENING_ENABLE
|
||||
NIX_LDFLAGS='-rpath /home/ryan/Documents/Code/cockpit-iq/outputs/out/lib -L/nix/store/578hp6h741gwi4wh1nx6rflsnicp2hwn-postgresql-17.5-dev/lib -L/nix/store/zxafhaznnkcv8ixp56f0b3hymjn71xb3-postgresql-17.5-lib/lib -L/nix/store/jgvr5576yv6vxaxn9ps09222ii889zhk-postgresql-17.5/lib -L/nix/store/5i0vfvakp1smpzflqbg9knp6mpk75qbm-inotify-tools-4.23.9.0/lib -L/nix/store/578hp6h741gwi4wh1nx6rflsnicp2hwn-postgresql-17.5-dev/lib -L/nix/store/zxafhaznnkcv8ixp56f0b3hymjn71xb3-postgresql-17.5-lib/lib -L/nix/store/jgvr5576yv6vxaxn9ps09222ii889zhk-postgresql-17.5/lib -L/nix/store/5i0vfvakp1smpzflqbg9knp6mpk75qbm-inotify-tools-4.23.9.0/lib'
|
||||
NIX_LDFLAGS='-rpath /home/ryan/Documents/Code/flightmind/outputs/out/lib -L/nix/store/578hp6h741gwi4wh1nx6rflsnicp2hwn-postgresql-17.5-dev/lib -L/nix/store/zxafhaznnkcv8ixp56f0b3hymjn71xb3-postgresql-17.5-lib/lib -L/nix/store/jgvr5576yv6vxaxn9ps09222ii889zhk-postgresql-17.5/lib -L/nix/store/5i0vfvakp1smpzflqbg9knp6mpk75qbm-inotify-tools-4.23.9.0/lib -L/nix/store/578hp6h741gwi4wh1nx6rflsnicp2hwn-postgresql-17.5-dev/lib -L/nix/store/zxafhaznnkcv8ixp56f0b3hymjn71xb3-postgresql-17.5-lib/lib -L/nix/store/jgvr5576yv6vxaxn9ps09222ii889zhk-postgresql-17.5/lib -L/nix/store/5i0vfvakp1smpzflqbg9knp6mpk75qbm-inotify-tools-4.23.9.0/lib'
|
||||
export NIX_LDFLAGS
|
||||
NIX_NO_SELF_RPATH='1'
|
||||
NIX_STORE='/nix/store'
|
||||
@ -139,7 +139,7 @@ name='nix-shell-env'
|
||||
export name
|
||||
nativeBuildInputs=''
|
||||
export nativeBuildInputs
|
||||
out='/home/ryan/Documents/Code/cockpit-iq/outputs/out'
|
||||
out='/home/ryan/Documents/Code/flightmind/outputs/out'
|
||||
export out
|
||||
outputBin='out'
|
||||
outputDev='out'
|
||||
@ -170,7 +170,7 @@ preConfigurePhases=' updateAutotoolsGnuConfigScriptsPhase'
|
||||
declare -a preFixupHooks=('_moveToShare' '_multioutDocs' '_multioutDevs' )
|
||||
preferLocalBuild='1'
|
||||
export preferLocalBuild
|
||||
prefix='/home/ryan/Documents/Code/cockpit-iq/outputs/out'
|
||||
prefix='/home/ryan/Documents/Code/flightmind/outputs/out'
|
||||
declare -a propagatedBuildDepFiles=('propagated-build-build-deps' 'propagated-native-build-inputs' 'propagated-build-target-deps' )
|
||||
propagatedBuildInputs=''
|
||||
export propagatedBuildInputs
|
||||
|
||||
|
Before Width: | Height: | Size: 749 B After Width: | Height: | Size: 749 B |
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Loading…
Reference in New Issue
Block a user